Loader Class MODsuit (#64359)

* loader modsuit
This commit is contained in:
Fikou
2022-01-28 15:10:02 +01:00
committed by GitHub
parent d508546310
commit 62add6c9a8
33 changed files with 369 additions and 76 deletions
@@ -6,15 +6,16 @@
/obj/effect/spawner/random/mod/maint
name = "maint MOD module spawner"
loot = list(
/obj/item/mod/module/springlock,
/obj/item/mod/module/visor/rave,
/obj/item/mod/module/tanner,
/obj/item/mod/module/balloon,
/obj/item/mod/module/paper_dispenser,
/obj/item/mod/module/hat_stabilizer,
/obj/item/mod/module/springlock = 2,
/obj/item/mod/module/visor/rave = 2,
/obj/item/mod/module/tanner = 1,
/obj/item/mod/module/balloon = 1,
/obj/item/mod/module/paper_dispenser = 1,
/obj/item/mod/module/hat_stabilizer = 2,
/obj/item/mod/module/stamp = 1
)
/obj/effect/spawner/random/mod/maint/Initialize(mapload)
if(SSmapping.level_trait(z, ZTRAIT_UP) || SSmapping.level_trait(z, ZTRAIT_DOWN))
loot += /obj/item/mod/module/atrocinator
loot += list(/obj/item/mod/module/atrocinator = 3)
return ..()
@@ -62,7 +62,7 @@
contents_thermal_insulation = 0
/// Whether a skittish person can dive inside this closet. Disable if opening the closet causes "bad things" to happen or that it leads to a logical inconsistency.
var/divable = TRUE
/// true whenever someone with the strong pull component is dragging this, preventing opening
/// true whenever someone with the strong pull component (or magnet modsuit module) is dragging this, preventing opening
var/strong_grab = FALSE
///electronics for access
var/obj/item/electronics/airlock/electronics