mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
Merge pull request #6573 from Heroman3003/hard-safety
Prevents resleeving sickness from affecting hardvore victims
This commit is contained in:
@@ -745,6 +745,8 @@
|
||||
to_chat(src,"<span class='warning'>Looks like you lost your chance...</span>")
|
||||
return
|
||||
|
||||
T.add_modifier(/datum/modifier/gory_devourment, 10 SECONDS)
|
||||
|
||||
//Removing an internal organ
|
||||
if(T_int && T_int.damage >= 25) //Internal organ and it's been severely damaged
|
||||
T.apply_damage(15, BRUTE, T_ext) //Damage the external organ they're going through.
|
||||
|
||||
Reference in New Issue
Block a user