Skip to content

Commit

Permalink
RCA minor changes (#1837)
Browse files Browse the repository at this point in the history
RCA requisions boost

small RCA changes
  • Loading branch information
Kitsunemitsu authored Apr 3, 2024
1 parent ecb8364 commit f8bb5fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
16 changes: 9 additions & 7 deletions ModularTegustation/tegu_items/rcorp/itemspawner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
icon = 'icons/effects/landmarks_static.dmi'
icon_state = "x4"
var/list/possible_items = list(
/obj/item/grenade/smokebomb,
/obj/item/ksyringe,
/obj/item/reagent_containers/hypospray/medipen/salacid,
/obj/item/reagent_containers/hypospray/medipen/mental,
/obj/item/stack/sheet/mineral/sandbags/ten,
/obj/item/flashlight/flare,
/obj/item/kcrit,
/obj/item/grenade/smokebomb,
/obj/item/ksyringe,
/obj/item/reagent_containers/hypospray/medipen/salacid,
/obj/item/reagent_containers/hypospray/medipen/mental,
/obj/item/stack/sheet/mineral/sandbags/ten,
/obj/item/flashlight/flare,
/obj/item/storage/belt/egopcorp,
/obj/item/storage/pcorp_pocket,
)

var/list/possible_weapons = list(
/obj/item/gun/energy/e_gun/rabbitdash,
/obj/item/gun/energy/e_gun/rabbitdash/small,
Expand Down
8 changes: 7 additions & 1 deletion _maps/map_files/Event/rcorp.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,9 @@
/area/city/outskirts)
"EW" = (
/obj/machinery/door/airlock/survival_pod{
max_integrity = 500;
name = "defensive equipment room";
normal_integrity = 500;
req_access_txt = "7;5"
},
/turf/open/floor/pod/dark,
Expand Down Expand Up @@ -605,7 +607,9 @@
/area/city/outskirts)
"Gh" = (
/obj/machinery/door/airlock/survival_pod{
max_integrity = 500;
name = "tcomms room";
normal_integrity = 500;
req_access_txt = "7;5"
},
/turf/open/floor/pod/dark,
Expand Down Expand Up @@ -662,7 +666,9 @@
/turf/open/floor/circuit/telecomms/mainframe,
/area/city/outskirts)
"Ie" = (
/obj/structure/rcorpcomms,
/obj/structure/rcorpcomms{
max_integrity = 500
},
/turf/open/floor/pod/dark,
/area/city/outskirts)
"Im" = (
Expand Down

0 comments on commit f8bb5fb

Please sign in to comment.