[MIRROR] Size Changing Apparel Adjusments & Runtime fixes (#10053)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-02 12:55:19 -07:00
committed by GitHub
parent f4b5f18698
commit b76d4d7c12
4 changed files with 29 additions and 21 deletions

View File

@@ -214,6 +214,8 @@ var/global/list/obj/machinery/telecomms/telecomms_list = list()
..()
/obj/machinery/telecomms/proc/checkheat()
if(QDELETED(src))
return
// Checks heat from the environment and applies any integrity damage
var/datum/gas_mixture/environment = loc.return_air()
var/damage_chance = 0 // Percent based chance of applying 1 integrity damage this tick