mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] SM, Tesla, and general engineering adjustments [MDB IGNORE] [IDB IGNORE] (#12603)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
743a16c74d
commit
a62b9ed8fe
@@ -212,10 +212,12 @@
|
||||
if(Adjacent(user))
|
||||
if(on)
|
||||
stop_engine()
|
||||
else
|
||||
start_engine()
|
||||
else
|
||||
return ..()
|
||||
return CLICK_ACTION_SUCCESS
|
||||
|
||||
start_engine()
|
||||
return CLICK_ACTION_SUCCESS
|
||||
|
||||
return ..()
|
||||
|
||||
/obj/vehicle/train/engine/click_alt(var/mob/user)
|
||||
if(Adjacent(user))
|
||||
|
||||
Reference in New Issue
Block a user