Fixes corrosive acid, makes most important things unacidable

Makes pretty much anything important to the crew unacidable, fixes how acid interacts with floors.
This commit is contained in:
Sym
2021-08-14 10:49:44 -04:00
parent 599c79a0ce
commit ed7f4b9e75
61 changed files with 85 additions and 12 deletions
@@ -4,6 +4,7 @@
icon = 'icons/mob/alien.dmi'
layer = ABOVE_JUNK_LAYER
var/health = 50
unacidable = TRUE
/obj/structure/alien/proc/healthcheck()
if(health <=0)