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:
Selis
2025-04-17 14:16:53 -04:00
committed by GitHub
co-authored by Kashargul
parent 6a47a779d5
commit 21dcf0555b
229 changed files with 1227 additions and 1220 deletions
+1 -1
View File
@@ -175,7 +175,7 @@
H.concealed = 1
H.update_icon()
if(user==target)
var/datum/gender/TU = gender_datums[user.get_visible_gender()]
var/datum/gender/TU = GLOB.gender_datums[user.get_visible_gender()]
user.visible_message(span_notice("\The [user] deals [dcard] card(s) to [TU.himself]."))
else
user.visible_message(span_notice("\The [user] deals [dcard] card(s) to \the [target]."))