mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 20:52:52 +01:00
Playable vox oh no. [MDB IGNORE] (#8674)
* Allowing vox to join as survivalists. * Adding a crash survivor alt title for survivalist. * Sideporting vox icons from Bay. * Updating some vox gear and adjusting vox code for planet spawns. * Attempting to fix up join checking on latejoin links. * Crash survivor now loads a pod if it can't find one. * Nerfs vox cold resistance, they now sit between Tesh and humans.
This commit is contained in:
@@ -200,7 +200,7 @@ var/global/const/CE_STABLE_THRESHOLD = 0.5
|
||||
blood_splatter(src,src)
|
||||
|
||||
/mob/living/carbon/human/proc/remove_blood(var/amt)
|
||||
if(!should_have_organ(O_HEART)) //TODO: Make drips come from the reagents instead.
|
||||
if(!should_have_organ(O_HEART) || !vessel) //TODO: Make drips come from the reagents instead.
|
||||
return 0
|
||||
|
||||
if(!amt)
|
||||
|
||||
Reference in New Issue
Block a user