mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user