Ports flying bloodsplatters from Hippie for Wounds (#63140)

add: Suffering slashing or piercing wounds, as well as violent dismemberment
This commit is contained in:
Ryll Ryll
2022-01-15 10:34:51 -05:00
committed by GitHub
parent 54a9e47267
commit 4f8e007b4d
22 changed files with 183 additions and 41 deletions
+4 -2
View File
@@ -15,6 +15,8 @@
rad_insulation = RAD_VERY_LIGHT_INSULATION
pass_flags_self = PASSGLASS
set_dir_on_move = FALSE
flags_ricochet = RICOCHET_HARD
receive_ricochet_chance_mod = 0.5
var/state = WINDOW_OUT_OF_FRAME
var/reinf = FALSE
var/heat_resistance = 800
@@ -29,8 +31,8 @@
var/knock_sound = 'sound/effects/glassknock.ogg'
var/bash_sound = 'sound/effects/glassbash.ogg'
var/hit_sound = 'sound/effects/glasshit.ogg'
flags_ricochet = RICOCHET_HARD
receive_ricochet_chance_mod = 0.5
/// If some inconsiderate jerk has had their blood spilled on this window, thus making it cleanable
var/bloodied = FALSE
/obj/structure/window/examine(mob/user)
. = ..()