mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
powder that makes you say yes
This commit is contained in:
@@ -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)
|
if(usr.client.prefs?.be_special & BE_PAI)
|
||||||
var/count = 0
|
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
|
var/obj/item/device/paicard/PP = p
|
||||||
if(PP.pai == null)
|
if(PP.pai == null)
|
||||||
count++
|
count++
|
||||||
|
|||||||
Reference in New Issue
Block a user