mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Conversion many Globals to Managed Globals (Part 1) (#10665)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
06f0821bcf
commit
f7219329ca
@@ -13,9 +13,9 @@
|
||||
|
||||
/obj/item/frame/proc/update_type_list()
|
||||
if(!frame_types_floor)
|
||||
frame_types_floor = construction_frame_floor
|
||||
frame_types_floor = GLOB.construction_frame_floor
|
||||
if(!frame_types_wall)
|
||||
frame_types_wall = construction_frame_wall
|
||||
frame_types_wall = GLOB.construction_frame_wall
|
||||
|
||||
/obj/item/frame/attackby(obj/item/W as obj, mob/user as mob)
|
||||
if(W.has_tool_quality(TOOL_WRENCH))
|
||||
|
||||
Reference in New Issue
Block a user