[MIRROR] Adds a new drink: Peppermint Patty from Archer! (#7094)
* Adds a new drink: Peppermint Patty from Archer! (#38427) * Sprites! * S_______ W________ * Candyland snuck into pr... Check! * removal of candyland extract * candyland but not the sprites yet. * fixes :) * Whoops, lets fix that too * Adds a new drink: Peppermint Patty from Archer!
This commit is contained in:
committed by
kevinz000
parent
727b1a1b14
commit
eafb25535a
@@ -60,7 +60,7 @@
|
||||
|
||||
/datum/emote/living/cough/can_run_emote(mob/user, status_check = TRUE)
|
||||
. = ..()
|
||||
if(user.reagents.get_reagent("menthol"))
|
||||
if(user.reagents.get_reagent("menthol") || user.reagents.get_reagent("peppermint_patty"))
|
||||
return FALSE
|
||||
|
||||
/datum/emote/living/dance
|
||||
|
||||
Reference in New Issue
Block a user