Adds a sounds for implant removal, and better messages for the rag.

This commit is contained in:
Erthilo
2012-05-21 21:02:01 +01:00
parent 5ba1bc4a0f
commit dd5ed6a1cd
3 changed files with 2 additions and 3 deletions
+1 -3
View File
@@ -760,9 +760,7 @@ proc/blood_incompatible(donor,receiver)
attack(atom/target as obj|turf|area, mob/user as mob , flag)
if(ismob(target) && target.reagents && reagents.total_volume)
user << "\blue You smother [target] with \the [src]."
for(var/mob/O in viewers(world.view, user))
O.show_message(text("\red [] has been smothered with \the [] by []!", target, src, user), 1)
user.visible_message("\red \The [target] has been smothered with \the [src] by \the [user]!", "\red You smother \the [target] with \the [src]!", "You hear some struggling and muffled cries of surprise")
src.reagents.reaction(target, TOUCH)
spawn(5) src.reagents.clear_reagents()
return