Forgot to save airlock.dm before committing.

This commit is contained in:
cib
2013-03-09 10:40:32 +01:00
parent 58186ce7e0
commit 55936a3e96

View File

@@ -847,6 +847,8 @@ About the new airlock wires panel:
if(src.shock(user, 100))
return
// No. -- cib
/**
if(ishuman(user) && prob(40) && src.density)
var/mob/living/carbon/human/H = user
if(H.getBrainLoss() >= 60)
@@ -861,6 +863,7 @@ About the new airlock wires panel:
else
visible_message("\red [user] headbutts the airlock. Good thing they're wearing a helmet.")
return
**/
if(src.p_open)
user.set_machine(src)