mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Radiation fixes. (#26113)
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
part.max_heat_protection_temperature = theme.max_heat_protection_temperature
|
||||
part.min_cold_protection_temperature = theme.min_cold_protection_temperature
|
||||
part.siemens_coefficient = theme.siemens_coefficient
|
||||
part.flags_2 = theme.flag_2_flags
|
||||
for(var/obj/item/part as anything in mod_parts)
|
||||
RegisterSignal(part, COMSIG_OBJ_DECONSTRUCT, PROC_REF(on_part_destruction)) //look into
|
||||
RegisterSignal(part, COMSIG_PARENT_QDELETING, PROC_REF(on_part_deletion))
|
||||
|
||||
Reference in New Issue
Block a user