mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Conversion many Globals to Managed Globals (Part 1) (#17121)
* Conversion of some Globals to Managed Globals * Fix * for later --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
/datum/genetics/side_effect/confuse/start(mob/living/carbon/human/H)
|
||||
..()
|
||||
var/datum/gender/T = gender_datums[H.get_visible_gender()]
|
||||
var/datum/gender/T = GLOB.gender_datums[H.get_visible_gender()]
|
||||
H.automatic_custom_emote(VISIBLE_MESSAGE, "has drool running down from [T.his] mouth.", check_stat = TRUE)
|
||||
|
||||
/datum/genetics/side_effect/confuse/finish(datum/weakref/WR)
|
||||
|
||||
Reference in New Issue
Block a user