mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
whoops, I missed some
This commit is contained in:
@@ -68,9 +68,9 @@ BONUS
|
||||
to_chat(M, "<span notice='userdanger'>[pick("You have a coughing fit!", "You can't stop coughing!")]</span>")
|
||||
M.Stun(20)
|
||||
M.emote("cough")
|
||||
addtimer(CALLBACK(M, /mob/.proc/emote, "cough"), 6)
|
||||
addtimer(CALLBACK(M, /mob/.proc/emote, "cough"), 12)
|
||||
addtimer(CALLBACK(M, /mob/.proc/emote, "cough"), 18)
|
||||
addtimer(CALLBACK(M, TYPE_PROC_REF(/mob/, emote), "cough"), 6)
|
||||
addtimer(CALLBACK(M, TYPE_PROC_REF(/mob/, emote), "cough"), 12)
|
||||
addtimer(CALLBACK(M, TYPE_PROC_REF(/mob/, emote), "cough"), 18)
|
||||
if(infective && M.CanSpreadAirborneDisease())
|
||||
A.spread(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user