powder that makes you say yes

This commit is contained in:
Nadyr
2021-07-05 16:03:57 -04:00
committed by GitHub
parent 81be69c813
commit 4f5730fd8a

View File

@@ -937,7 +937,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(usr.client.prefs?.be_special & BE_PAI)
var/count = 0
for(var/obj/item/device/paicard/p in all_pai_cards)
for(var/obj/item/device/paicard/p in GLOB.all_pai_cards)
var/obj/item/device/paicard/PP = p
if(PP.pai == null)
count++