mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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
@@ -11,7 +11,7 @@
|
||||
|
||||
/obj/item/paper/carbon/cursedform/burnpaper(obj/item/flame/P, mob/user)
|
||||
var/class = "warning"
|
||||
var/datum/gender/TU = gender_datums[user.get_visible_gender()]
|
||||
var/datum/gender/TU = GLOB.gender_datums[user.get_visible_gender()]
|
||||
|
||||
if(P.lit && !user.restrained())
|
||||
if(istype(P, /obj/item/flame/lighter/zippo))
|
||||
|
||||
Reference in New Issue
Block a user