mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
unbans licks and sniffs too
This commit is contained in:
@@ -425,7 +425,7 @@
|
||||
if(!istype(tasted))
|
||||
return
|
||||
|
||||
if(!checkClickCooldown() || incapacitated(INCAPACITATION_ALL))
|
||||
if(!checkClickCooldown() || incapacitated(INCAPACITATION_KNOCKOUT)) //CHOMPEdit
|
||||
return
|
||||
|
||||
setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
|
||||
@@ -465,7 +465,7 @@
|
||||
|
||||
if(!istype(smelled))
|
||||
return
|
||||
if(!checkClickCooldown() || incapacitated(INCAPACITATION_ALL))
|
||||
if(!checkClickCooldown() || incapacitated(INCAPACITATION_KNOCKOUT)) //CHOMPEdit
|
||||
return
|
||||
|
||||
setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
|
||||
|
||||
Reference in New Issue
Block a user