[MIRROR] Makes Photographer a neutral quirk (#1485)

* Makes Photographer a neutral quirk (#54608)

* Makes Photographer a neutral quirk

Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-10-27 09:05:39 +00:00
committed by GitHub
co-authored by Ryll Ryll
parent 513926d44c
commit 72d072ed22
3 changed files with 31 additions and 37 deletions
+1 -6
View File
@@ -139,12 +139,7 @@
return
on = FALSE
var/realcooldown = cooldown
var/mob/living/carbon/human/H = user
if (HAS_TRAIT(H, TRAIT_PHOTOGRAPHER))
realcooldown *= 0.5
addtimer(CALLBACK(src, .proc/cooldown), realcooldown)
addtimer(CALLBACK(src, .proc/cooldown), cooldown)
icon_state = state_off