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
This commit is contained in:
Armhulen
2018-06-13 03:49:44 -04:00
committed by ShizCalev
parent f0ae85607f
commit 82c2bffe9d
4 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -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