Revert "Revert "Things""

This reverts commit 9344369765d12dd9c4a9b15728c766763eee2ca3.
This commit is contained in:
Meowykins
2015-02-12 22:43:33 -06:00
parent 85fec34b2e
commit d96cc75fe7
5 changed files with 63 additions and 6 deletions
+4 -1
View File
@@ -801,7 +801,10 @@
return
for(var/mob/O in viewers(src, null))
O.show_message(text("<B>[src] scrambles into the ventillation ducts!</B>"), 1)
if(mind.changeling)
O.show_message(text("<B>\red [src] twists their body into a vile form, bones cracking and popping as its tiny body contorts into a mass of distorted limbs, quickly forcing their way through the vent!</B>"), 1)
else
O.show_message(text("<B>[src] scrambles into the ventillation ducts!</B>"), 1)
loc = target_vent
var/travel_time = round(get_dist(loc, target_vent.loc) / 2)