mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Refactor catwalks to not be floors, update chasms and fix Lavaboat
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
virus_heal_resistant = TRUE
|
||||
|
||||
/datum/disease/critical/heart_failure/has_cure()
|
||||
if (affected_mob.has_status_effect(STATUS_EFFECT_EXERCISED))
|
||||
if(affected_mob.has_status_effect(STATUS_EFFECT_EXERCISED))
|
||||
return TRUE
|
||||
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user