mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-30 16:56:26 +01:00
upload files
This commit is contained in:
@@ -2,16 +2,6 @@
|
||||
if(proximity_flag)
|
||||
if(ishuman(target))
|
||||
apply_healing_core(target, user)
|
||||
else if(istype(target, /mob/living/simple_animal/hostile/megafauna/bubblegum))
|
||||
new /mob/living/simple_animal/hostile/megafauna/bubblegum/hard(target.loc)
|
||||
visible_message("[user] turned [target] into an enraged [target]!")
|
||||
qdel(target)
|
||||
qdel(src)
|
||||
else if(istype(target, /mob/living/simple_animal/hostile/megafauna/dragon))
|
||||
new /mob/living/simple_animal/hostile/megafauna/dragon/hard(target.loc)
|
||||
visible_message("[user] turned [target] into an enraged [target]!")
|
||||
qdel(target)
|
||||
qdel(src)
|
||||
|
||||
/obj/item/organ/regenerative_core/attack_self(mob/user)
|
||||
if(iscarbon(user))
|
||||
|
||||
@@ -71,26 +71,16 @@
|
||||
new /obj/item/clothing/head/helmet/space/hostile_environment(src)
|
||||
new /obj/item/borg/upgrade/modkit/shotgun(src)
|
||||
new /obj/item/gun/magic/staff/spellblade(src)
|
||||
new /obj/item/crucible(src)
|
||||
new /obj/item/gun/ballistic/revolver/doublebarrel/super(src)
|
||||
new /obj/item/clothing/suit/space/hardsuit/deathsquad/praetor(src)
|
||||
new /obj/item/borg/upgrade/modkit/shotgun(src)
|
||||
|
||||
/obj/structure/closet/crate/necropolis/bubblegum/crusher/PopulateContents()
|
||||
new /obj/item/clothing/suit/space/hostile_environment(src)
|
||||
new /obj/item/clothing/head/helmet/space/hostile_environment(src)
|
||||
new /obj/item/crusher_trophy/demon_claws(src)
|
||||
new /obj/item/gun/magic/staff/spellblade(src)
|
||||
|
||||
/mob/living/simple_animal/hostile/megafauna/bubblegum/hard
|
||||
name = "enraged bubblegum chest"
|
||||
|
||||
/obj/structure/closet/crate/necropolis/bubblegum/hard/PopulateContents()
|
||||
new /obj/item/crucible(src)
|
||||
new /obj/item/gun/ballistic/revolver/doublebarrel/super(src)
|
||||
new /obj/item/clothing/suit/space/hardsuit/deathsquad/praetor(src)
|
||||
new /obj/item/borg/upgrade/modkit/shotgun(src)
|
||||
|
||||
/obj/structure/closet/crate/necropolis/bubblegum/hard/crusher
|
||||
name = "enraged bloody bubblegum chest"
|
||||
|
||||
/obj/structure/closet/crate/necropolis/bubblegum/hard/crusher/PopulateContents()
|
||||
new /obj/item/crucible(src)
|
||||
new /obj/item/gun/ballistic/revolver/doublebarrel/super(src)
|
||||
new /obj/item/clothing/suit/space/hardsuit/deathsquad/praetor(src)
|
||||
|
||||
Reference in New Issue
Block a user