should be ready.
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
|
||||
var/realcooldown = cooldown
|
||||
var/mob/living/carbon/human/H = user
|
||||
if (H.has_trait(TRAIT_PHOTOGRAPHER))
|
||||
if (HAS_TRAIT(H, TRAIT_PHOTOGRAPHER))
|
||||
realcooldown *= 0.5
|
||||
addtimer(CALLBACK(src, .proc/cooldown), realcooldown)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user