This commit is contained in:
silicons
2021-06-13 22:19:06 -07:00
parent 8595e05ad9
commit b04a580e1d
4 changed files with 11 additions and 16 deletions
+2 -2
View File
@@ -9,9 +9,9 @@
wave_explosion_block = 10
wave_explosion_multiply = 0.75
/// How much we block yelling
var/yelling_resistance = 5
var/yelling_resistance = 10
/// how much of inbound yelling to dampen
var/yelling_dampen = 0.75
var/yelling_dampen = 0.5
/turf/closed/Initialize()
. = ..()
+2 -7
View File
@@ -620,13 +620,8 @@ GLOBAL_LIST_EMPTY(station_turfs)
if(!window)
window = locate(/obj/machinery/door/window) in src
if(window)
. += 5 // windows are minimally resistant
. += 4 // windows are minimally resistant
// if there's more than one someone fucked up as that shouldn't happen
var/obj/machinery/door/D = locate() in src
if(D?.density)
. += D.opacity? 30 : 20 // glass doors are slightly more resistant to screaming
for(var/obj/machinery/door/D in src)
if(!D.density)
continue
break
. += D.opacity? 30 :
. += D.opacity? 29 : 19 // glass doors are slightly more resistant to screaming