Cosmetic fixups.

This commit is contained in:
Zuhayr
2015-05-31 17:10:49 +09:30
parent c2c8911aed
commit 1a4f3952d1
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -271,7 +271,7 @@
for(var/obj/item/organ/external/affecting in H.organs)
if(affecting.hidden == card)
affecting.take_damage(rand(30,50))
H.visible_message("<span class='danger'>\The [src] explodes out of \the [H]'s [affecting.name][(affecting.status & ORGAN_ROBOT) ? " in shower of gore" : ""]!</span>")
H.visible_message("<span class='danger'>\The [src] explodes out of \the [H]'s [affecting.name][(affecting.status & ORGAN_ROBOT) ? " in a shower of gore" : ""]!</span>")
break
holder.drop_from_inventory(card)
else if(istype(card.loc,/obj/item/device/pda))