mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
MODsuits (#59109)
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
new /obj/item/clothing/mask/gas/sechailer/swat(src)
|
||||
new /obj/item/clothing/shoes/combat/swat(src)
|
||||
new /obj/item/clothing/shoes/combat/swat(src)
|
||||
new /obj/item/clothing/suit/space/hardsuit/deathsquad(src)
|
||||
new /obj/item/clothing/suit/space/hardsuit/deathsquad(src)
|
||||
new /obj/item/mod/control/pre_equipped/apocryphal(src)
|
||||
new /obj/item/mod/control/pre_equipped/apocryphal(src)
|
||||
new /obj/item/clothing/under/syndicate/tacticool(src)
|
||||
new /obj/item/clothing/under/syndicate/tacticool(src)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
..()
|
||||
|
||||
new /obj/item/storage/bag/garment/engineering_chief (src)
|
||||
new /obj/item/tank/jetpack/suit(src)
|
||||
new /obj/item/cartridge/ce(src)
|
||||
new /obj/item/radio/headset/heads/ce(src)
|
||||
new /obj/item/megaphone/command(src)
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
new mineral(loc)
|
||||
qdel(src)
|
||||
|
||||
/obj/structure/falsewall/get_dumping_location(obj/item/storage/source,mob/user)
|
||||
/obj/structure/falsewall/get_dumping_location()
|
||||
return null
|
||||
|
||||
/obj/structure/falsewall/examine_status(mob/user) //So you can't detect falsewalls by examine.
|
||||
|
||||
@@ -328,7 +328,7 @@
|
||||
C.add_delayedload(C.newavail() * 0.0375) // you can gain up to 3.5 via the 4x upgrades power is halved by the pole so thats 2x then 1X then .5X for 3.5x the 3 bounces shock.
|
||||
return ..()
|
||||
|
||||
/obj/structure/grille/get_dumping_location(datum/component/storage/source,mob/user)
|
||||
/obj/structure/grille/get_dumping_location()
|
||||
return null
|
||||
|
||||
/obj/structure/grille/broken // Pre-broken grilles for map placement
|
||||
|
||||
@@ -137,7 +137,7 @@ GLOBAL_LIST_INIT(ore_probability, list(
|
||||
var/loot = rand(1, 28)
|
||||
switch(loot)
|
||||
if(1)
|
||||
new /obj/item/clothing/suit/space/hardsuit/cult(loc)
|
||||
new /obj/item/clothing/suit/hooded/cultrobes/hardened(loc)
|
||||
if(2)
|
||||
new /obj/item/clothing/glasses/godeye(loc)
|
||||
if(3)
|
||||
|
||||
@@ -362,7 +362,7 @@
|
||||
/obj/structure/window/atmos_expose(datum/gas_mixture/air, exposed_temperature)
|
||||
take_damage(round(air.return_volume() / 100), BURN, 0, 0)
|
||||
|
||||
/obj/structure/window/get_dumping_location(obj/item/storage/source,mob/user)
|
||||
/obj/structure/window/get_dumping_location()
|
||||
return null
|
||||
|
||||
/obj/structure/window/CanAStarPass(obj/item/card/id/ID, to_dir, atom/movable/caller)
|
||||
|
||||
Reference in New Issue
Block a user