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
+1
View File
@@ -44,6 +44,7 @@
//This controller goes on the escape pod itself
/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod
name = "escape pod controller"
unacidable = TRUE
program = /datum/embedded_program/docking/simple
var/datum/shuttle/autodock/ferry/escape_pod/pod
valid_actions = list("toggle_override", "force_door")