mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Fixed Issue 504
-Door controls now check if the bolt wire is cut and if the door is powered git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4326 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -68,8 +68,9 @@
|
|||||||
if(specialfunctions & IDSCAN)
|
if(specialfunctions & IDSCAN)
|
||||||
D.aiDisabledIdScanner = 0
|
D.aiDisabledIdScanner = 0
|
||||||
if(specialfunctions & BOLTS)
|
if(specialfunctions & BOLTS)
|
||||||
D.locked = 0
|
if(!D.isWireCut(4) && D.arePowerSystemsOn())
|
||||||
D.update_icon()
|
D.locked = 0
|
||||||
|
D.update_icon()
|
||||||
if(specialfunctions & SHOCK)
|
if(specialfunctions & SHOCK)
|
||||||
D.secondsElectrified = 0
|
D.secondsElectrified = 0
|
||||||
if(specialfunctions & SAFE)
|
if(specialfunctions & SAFE)
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
|
|||||||
<ul class="changes bgimages16">
|
<ul class="changes bgimages16">
|
||||||
<li class="tweak">Changes to Med-Sci south and surrounding maintenance areas. Virology is more isolated and Science gets a new Misc. Research Lab.</li>
|
<li class="tweak">Changes to Med-Sci south and surrounding maintenance areas. Virology is more isolated and Science gets a new Misc. Research Lab.</li>
|
||||||
<li class="tweak">Atmos techs get construction access now to do their little projects in.</li>
|
<li class="tweak">Atmos techs get construction access now to do their little projects in.</li>
|
||||||
|
<li class="tweak">Transformation Stings now work on living humans.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
12031
maps/tgstation.2.0.9.dmm
12031
maps/tgstation.2.0.9.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user