mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Mech tweak - Break move_inside() into a verb & proc. (#7323)
This commit is contained in:
@@ -1395,11 +1395,13 @@
|
||||
|
||||
move_inside()
|
||||
|
||||
/obj/mecha/verb/move_inside()
|
||||
/obj/mecha/verb/enter()
|
||||
set category = "Object"
|
||||
set name = "Enter Exosuit"
|
||||
set src in oview(1)
|
||||
move_inside()
|
||||
|
||||
/obj/mecha/proc/move_inside()
|
||||
if (usr.stat || !ishuman(usr))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user