more code clean up (#10330)

This commit is contained in:
Kashargul
2025-03-07 16:57:03 +01:00
committed by GitHub
parent c78c0aec04
commit 9d5f8c09bd
25 changed files with 83 additions and 130 deletions
@@ -23,7 +23,7 @@
var/list/has_projectiles = list()
var/bullet_act_in_progress = FALSE
/obj/structure/reflector/Initialize()
/obj/structure/reflector/Initialize(mapload)
. = ..()
icon_state = "reflector_base"
allowed_projectile_typecache = typecacheof(allowed_projectile_typecache)
@@ -308,6 +308,6 @@
/obj/machinery/portable_atmospherics/canister
var/dont_burst = FALSE
/obj/machinery/portable_atmospherics/canister/phoron/cold/Initialize() //ChompEDIT New --> Initialize
/obj/machinery/portable_atmospherics/canister/phoron/cold/Initialize(mapload)
. = ..()
src.air_contents.temperature = 2.72
..()