mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-27 22:56:14 +01:00
Manual, polish
General polish, removing equipment power on so that after powerloss it isn't set to off. Bleed_ratio fixes so people with low blood to start with don't have blood ADDED. Random power failure event protection. Adds a manual!
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
playsound(AM, pick('hyperstation/sound/misc/yodadeath.ogg', 'hyperstation/sound/misc/fallingthroughclouds.ogg', 'hyperstation/sound/misc/goofy.ogg', 'hyperstation/sound/misc/wilhelm.ogg'), 100, 0)
|
||||
|
||||
|
||||
if(linked_turf.name == "clouds" && iscyborg(AM) || iscarbon(AM))
|
||||
if(linked_turf.name == "clouds" && (iscyborg(AM) || iscarbon(AM)))
|
||||
var/mob/living/victim = AM
|
||||
|
||||
var/tether_number = GLOB.safety_tethers_list.len
|
||||
|
||||
Reference in New Issue
Block a user