mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-31 10:16:59 +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
@@ -1,13 +1,13 @@
|
||||
/mob/verb/up()
|
||||
set name = "Move Upwards"
|
||||
set category = "IC"
|
||||
set category = VERB_CATEGORY_IC
|
||||
|
||||
if(zMove(UP))
|
||||
to_chat(src, SPAN_NOTICE("You move upwards."))
|
||||
|
||||
/mob/verb/down()
|
||||
set name = "Move Downwards"
|
||||
set category = "IC"
|
||||
set category = VERB_CATEGORY_IC
|
||||
|
||||
if(zMove(DOWN))
|
||||
to_chat(src, SPAN_NOTICE("You move down."))
|
||||
|
||||
@@ -222,7 +222,7 @@
|
||||
|
||||
/obj/structure/hoist/verb/collapse_hoist()
|
||||
set name = "Collapse Hoist"
|
||||
set category = "Object"
|
||||
set category = VERB_CATEGORY_OBJECT
|
||||
set src in range(1)
|
||||
|
||||
if (!ishuman(usr))
|
||||
|
||||
Reference in New Issue
Block a user