mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Brute Damage for brain removal
added 75 brute damage for saw step, and new text, added 25 for brian removal step. Fixes demrianed bodies not bleeding + makes more sense
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
if(ishuman(target))
|
||||
var/mob/living/carbon/human/H = target
|
||||
H.apply_damage(75,"brute","head")
|
||||
user.visible_message("<span class='notice'>[user] saws open [target]'s head!")
|
||||
user.visible_message("<span class='notice'>[user] saws [target]'s skull open!")
|
||||
return 1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user