mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user