mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
Starts work on Organs affecting Reagent Processing
This commit is contained in:
@@ -268,3 +268,17 @@ the artifact triggers the rage.
|
||||
if(L.get_poison_protection() >= 1)
|
||||
return FALSE
|
||||
return TRUE
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
// Pulse modifier.
|
||||
/datum/modifier/false_pulse
|
||||
name = "false pulse"
|
||||
desc = "Your blood flows, despite all other factors."
|
||||
|
||||
on_created_text = "<span class='notice'>You feel alive.</span>"
|
||||
on_expired_text = "<span class='notice'>You feel.. different.</span>"
|
||||
stacks = MODIFIER_STACK_EXTEND
|
||||
|
||||
pulse_set_level = PULSE_NORM
|
||||
>>>>>>> 3661d6f... Merge pull request #6081 from Mechoid/PulseBasedReagentProcessing
|
||||
|
||||
Reference in New Issue
Block a user