mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
fixups
This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
return
|
||||
apply_atmos_requirements(mapload)
|
||||
apply_temperature_requirements(mapload)
|
||||
apply_target_randomisation()
|
||||
|
||||
/mob/living/basic/proc/on_ssair_init(datum/source)
|
||||
SIGNAL_HANDLER
|
||||
@@ -142,6 +143,11 @@
|
||||
return
|
||||
AddElement(/datum/element/body_temp_sensitive, minimum_survivable_temperature, maximum_survivable_temperature, unsuitable_cold_damage, unsuitable_heat_damage, mapload)
|
||||
|
||||
/mob/living/basic/proc/apply_target_randomisation()
|
||||
if (basic_mob_flags & PRECISE_ATTACK_ZONES)
|
||||
return
|
||||
AddElement(/datum/element/attack_zone_randomiser)
|
||||
|
||||
/mob/living/basic/Life(seconds_per_tick = SSMOBS_DT, times_fired)
|
||||
. = ..()
|
||||
if(staminaloss > 0)
|
||||
|
||||
Reference in New Issue
Block a user