Hull shields should no longer prevent the departure shuttle from leaving.

If hull shields are left alone by the crew (due to being, for example, all dead) the departure shuttle is unable to leave.
This should destroy any shields faster than they can regenerate, thus ensuring a safe and pleasant departure.
This commit is contained in:
PsiOmega
2015-09-05 16:49:15 +02:00
parent 8311e06d2b
commit 5ae74883d2

View File

@@ -911,6 +911,9 @@ About the new airlock wires panel:
health -= crush_damage
healthcheck()
/obj/effect/energy_field/airlock_crush(var/crush_damage)
Stress(crush_damage)
/obj/structure/closet/airlock_crush(var/crush_damage)
..()
damage(crush_damage)