should be ready.

This commit is contained in:
Ghommie
2019-06-06 19:24:20 +02:00
parent 44358e054a
commit d3d2b8d898
168 changed files with 444 additions and 444 deletions
+1 -1
View File
@@ -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)