mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
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:
@@ -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