mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
more code clean up (#10330)
This commit is contained in:
@@ -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
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user