mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
For those who want to get off of Mr Bone's Wild Ride
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
holder.remove_reagent("capsaicin", 2)
|
||||
|
||||
// Sometimes Crazylemon feels very silly
|
||||
if(istype(M, /mob/living/carbon/human))
|
||||
if(istype(M, /mob/living/carbon/human) && id == "milk") // This is only for the purest of milk
|
||||
var/mob/living/carbon/human/H = M
|
||||
if(H.species.name in list("Skeleton"))
|
||||
H.heal_overall_damage(4,4)
|
||||
|
||||
Reference in New Issue
Block a user