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:
MistakeNot4892
2022-08-07 17:16:23 +10:00
committed by GitHub
parent f6f00cc9e2
commit 994f58e3c5
41 changed files with 313 additions and 129 deletions
+1 -1
View File
@@ -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)