mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-29 01:36:49 +01:00
reworks game preferences (characters v2 staging) (#6310)
Co-authored-by: silicons <no@you.cat> Co-authored-by: LordME <58342752+TheLordME@users.noreply.github.com>
This commit is contained in:
co-authored by
silicons
LordME
parent
9f1b911556
commit
39bc14bb4a
@@ -302,7 +302,7 @@
|
||||
|
||||
/obj/machinery/mining/drill/verb/unload_drill()
|
||||
set name = "Unload Drill"
|
||||
set category = "Object"
|
||||
set category = VERB_CATEGORY_OBJECT
|
||||
set src in oview(1)
|
||||
|
||||
unload(usr)
|
||||
@@ -420,7 +420,7 @@
|
||||
|
||||
/obj/machinery/mining/brace/verb/rotate_clockwise()
|
||||
set name = "Rotate Brace Clockwise"
|
||||
set category = "Object"
|
||||
set category = VERB_CATEGORY_OBJECT
|
||||
set src in oview(1)
|
||||
|
||||
rotating_clockwise(usr)
|
||||
|
||||
Reference in New Issue
Block a user