mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
removes garlic juice metacheck (#18439)
This commit is contained in:
@@ -350,18 +350,9 @@
|
||||
var/update_flags = STATUS_UPDATE_NONE
|
||||
if(ishuman(M))
|
||||
var/mob/living/carbon/human/H = M
|
||||
var/datum/antagonist/vampire/V = H.mind?.has_antag_datum(/datum/antagonist/vampire)
|
||||
if(V && !V.get_ability(/datum/vampire_passive/full)) //incapacitating but not lethal.
|
||||
if(prob(min(25, current_cycle)))
|
||||
to_chat(H, "<span class='danger'>You can't get the scent of garlic out of your nose! You can barely think...</span>")
|
||||
H.Weaken(2 SECONDS)
|
||||
H.Jitter(20 SECONDS)
|
||||
H.fakevomit()
|
||||
else
|
||||
if(H.job == "Chef")
|
||||
if(prob(20)) //stays in the system much longer than sprinkles/banana juice, so heals slower to partially compensate
|
||||
update_flags |= H.adjustBruteLoss(-1, FALSE)
|
||||
update_flags |= H.adjustFireLoss(-1, FALSE)
|
||||
if(H.job == "Chef" && prob(20)) //stays in the system much longer than sprinkles/banana juice, so heals slower to partially compensate
|
||||
update_flags |= H.adjustBruteLoss(-1, FALSE)
|
||||
update_flags |= H.adjustFireLoss(-1, FALSE)
|
||||
return ..() | update_flags
|
||||
|
||||
/datum/reagent/consumable/sprinkles
|
||||
|
||||
Reference in New Issue
Block a user