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:
silicons
2024-04-08 12:44:30 +02:00
committed by GitHub
co-authored by silicons LordME
parent 9f1b911556
commit 39bc14bb4a
427 changed files with 3981 additions and 2842 deletions
+3 -3
View File
@@ -124,7 +124,7 @@
/obj/structure/railing/verb/rotate_counterclockwise()
set name = "Rotate Railing Counter-Clockwise"
set category = "Object"
set category = VERB_CATEGORY_OBJECT
set src in oview(1)
if(usr.incapacitated())
@@ -143,7 +143,7 @@
/obj/structure/railing/verb/rotate_clockwise()
set name = "Rotate Railing Clockwise"
set category = "Object"
set category = VERB_CATEGORY_OBJECT
set src in oview(1)
if(usr.incapacitated())
@@ -162,7 +162,7 @@
/obj/structure/railing/verb/flip() // This will help push railing to remote places, such as open space turfs
set name = "Flip Railing"
set category = "Object"
set category = VERB_CATEGORY_OBJECT
set src in oview(1)
if(usr.incapacitated())