mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Resisting out of unwelded lockers is now possible
Fixes #4880. Sorta. - Can now resist out of unwelded lockers instantaneously - By association, can now resist out of closed cardboard boxes You can also use Toggle Open, this is just faster.
This commit is contained in:
@@ -388,6 +388,7 @@
|
||||
L.forceMove(get_turf(src)) // Let's just be safe here
|
||||
return //Door's open... wait, why are you in it's contents then?
|
||||
if(!welded)
|
||||
open() //for cardboard boxes
|
||||
return //closed but not welded...
|
||||
// else Meh, lets just keep it at 2 minutes for now
|
||||
// breakout_time++ //Harder to get out of welded lockers than locked lockers
|
||||
|
||||
Reference in New Issue
Block a user