Removes Clown and Shadowpeople Transformation (#3151)

Removes the Clown and Shadowpeople transformation from the Anomalous Crystal.
This commit is contained in:
Cheshify
2021-02-06 20:43:32 +00:00
committed by GitHub
parent 976cdb59fd
commit 0d712c5cdf
@@ -468,7 +468,8 @@
/obj/machinery/anomalous_crystal/ex_act()
ActivationReaction(null, ACTIVATE_BOMB)
/obj/machinery/anomalous_crystal/honk //Strips and equips you as a clown. I apologize for nothing
/* SKYRAT EDIT REMOVAL -- Deletes Clowning, you're welcome.
/obj/machinery/anomalous_crystal/honk //Strips and equips you as a clown. I apologize for nothing
observer_desc = "This crystal strips and equips its targets as clowns."
possible_methods = list(ACTIVATE_MOB_BUMP, ACTIVATE_SPEECH)
activation_sound = 'sound/items/bikehorn.ogg'
@@ -482,6 +483,7 @@
C.equip(H)
qdel(C)
affected_targets.Add(H)
SKYRAT EDIT REMOVAL END*/
/obj/machinery/anomalous_crystal/theme_warp //Warps the area you're in to look like a new one
observer_desc = "This crystal warps the area around it to a theme."
@@ -584,7 +586,7 @@
P.yo = -20
P.xo = 0
P.fire()
/* SKYRAT REMOVAL EDIT -- More generic roundremove/transformation shit
/obj/machinery/anomalous_crystal/dark_reprise //Revives anyone nearby, but turns them into shadowpeople and renders them uncloneable, so the crystal is your only hope of getting up again if you go down.
observer_desc = "When activated, this crystal revives anyone nearby, but turns them into Shadowpeople and makes them unclonable, making the crystal their only hope of getting up again."
activation_method = ACTIVATE_TOUCH
@@ -605,6 +607,7 @@
H.revive(full_heal = TRUE, admin_revive = FALSE)
ADD_TRAIT(H, TRAIT_BADDNA, MAGIC_TRAIT) //Free revives, but significantly limits your options for reviving except via the crystal
H.grab_ghost(force = TRUE)
SKYRAT REMOVAL EDIT END*/
/obj/machinery/anomalous_crystal/helpers //Lets ghost spawn as helpful creatures that can only heal people slightly. Incredibly fragile and they can't converse with humans
observer_desc = "This crystal allows ghosts to turn into a fragile creature that can heal people."