mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Restores corgi's ability to perform emotes like barking (#12832)
This commit is contained in:
committed by
variableundefined
parent
2172efb733
commit
d54c3c19dd
@@ -37,7 +37,7 @@
|
||||
playsound(src, yelp_sound, 75, TRUE)
|
||||
|
||||
/mob/living/simple_animal/pet/dog/emote(act, m_type = 1, message = null, force)
|
||||
if(!incapacitated())
|
||||
if(incapacitated())
|
||||
return
|
||||
|
||||
var/on_CD = 0
|
||||
|
||||
Reference in New Issue
Block a user