mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
powder that makes you say yes
This commit is contained in:
@@ -501,18 +501,12 @@
|
|||||||
M.Weaken(rand(10,25))
|
M.Weaken(rand(10,25))
|
||||||
M.updatehealth()
|
M.updatehealth()
|
||||||
apply_brain_damage(M)
|
apply_brain_damage(M)
|
||||||
<<<<<<< HEAD
|
|
||||||
M.adjustHalLoss(40) // CHOMPEdit: Moderate amount of halloss for EVERYONE being defibbed. Defibs feel like being kicked in the chest by a mule. Shit hurts if you're awake.
|
M.adjustHalLoss(40) // CHOMPEdit: Moderate amount of halloss for EVERYONE being defibbed. Defibs feel like being kicked in the chest by a mule. Shit hurts if you're awake.
|
||||||
if(istype(M.species, /datum/species/xenochimera)) // Only do the following to Xenochimera. Handwave this however you want, this is to balance defibs on an alien race. CHOMPEdit
|
|
||||||
M.adjustHalLoss(220) // This hurts a LOT, stacks on top of the previous halloss.
|
|
||||||
M.feral += 100 // If they somehow weren't already feral, force them feral by increasing ferality var directly, to avoid any messy checks. handle_feralness() will immediately set our feral properly according to halloss anyhow.
|
|
||||||
=======
|
|
||||||
// VOREStation Edits Start: Defib pain
|
// VOREStation Edits Start: Defib pain
|
||||||
if(istype(M.species, /datum/species/xenochimera)) // Only do the following to Xenochimera. Handwave this however you want, this is to balance defibs on an alien race.
|
if(istype(M.species, /datum/species/xenochimera)) // Only do the following to Xenochimera. Handwave this however you want, this is to balance defibs on an alien race.
|
||||||
M.adjustHalLoss(220) // This hurts a LOT, stacks on top of the previous halloss.
|
M.adjustHalLoss(220) // This hurts a LOT, stacks on top of the previous halloss.
|
||||||
M.feral += 100 // If they somehow weren't already feral, force them feral by increasing ferality var directly, to avoid any messy checks. handle_feralness() will immediately set our feral properly according to halloss anyhow.
|
M.feral += 100 // If they somehow weren't already feral, force them feral by increasing ferality var directly, to avoid any messy checks. handle_feralness() will immediately set our feral properly according to halloss anyhow.
|
||||||
// VOREStation Edits End
|
// VOREStation Edits End
|
||||||
>>>>>>> 084441d48b... Merge pull request #12558 from Rykka-Stormheart/shep-dev-xenochimera-qol
|
|
||||||
// SSgame_master.adjust_danger(-20) // VOREStation Edit - We don't use SSgame_master yet.
|
// SSgame_master.adjust_danger(-20) // VOREStation Edit - We don't use SSgame_master yet.
|
||||||
|
|
||||||
/obj/item/weapon/shockpaddles/proc/apply_brain_damage(mob/living/carbon/human/H)
|
/obj/item/weapon/shockpaddles/proc/apply_brain_damage(mob/living/carbon/human/H)
|
||||||
|
|||||||
Reference in New Issue
Block a user