mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] end of file Fix (#10355)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2af001e7e5
commit
65f21fb1d3
@@ -9,4 +9,4 @@
|
||||
* bunch of ChangeTurf() calls.
|
||||
*/
|
||||
|
||||
var/list/turbolifts = list()
|
||||
var/list/turbolifts = list()
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
return
|
||||
|
||||
/obj/structure/lift/panel/ex_act()
|
||||
return
|
||||
return
|
||||
|
||||
@@ -44,4 +44,4 @@
|
||||
audible_message("\The [src]'s motors grind as they quickly reverse direction, unable to safely close.", runemessage = "WRRRRR")
|
||||
cur_command = null // the door will just keep trying otherwise
|
||||
return 0
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
if(!lift.fire_mode)
|
||||
lift.open_doors(src)
|
||||
if(ext_panel)
|
||||
ext_panel.reset()
|
||||
ext_panel.reset()
|
||||
|
||||
Reference in New Issue
Block a user