mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Moar Object verb removal/switch to right-click
This commit is contained in:
@@ -337,7 +337,7 @@
|
||||
|
||||
/obj/structure/closet/verb/verb_toggleopen()
|
||||
set src in oview(1)
|
||||
set category = "Object"
|
||||
set category = null
|
||||
set name = "Toggle Open"
|
||||
|
||||
if(!usr.canmove || usr.stat || usr.restrained())
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
|
||||
/obj/structure/closet/crate/secure/verb/verb_togglelock()
|
||||
set src in oview(1) // One square distance
|
||||
set category = "Object"
|
||||
set category = null
|
||||
set name = "Toggle Lock"
|
||||
|
||||
if(!usr.canmove || usr.stat || usr.restrained()) // Don't use it if you're not able to! Checks for stuns, ghost and restrain
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
/obj/structure/stool/bed/chair/verb/rotate()
|
||||
set name = "Rotate Chair"
|
||||
set category = "Object"
|
||||
set category = null
|
||||
set src in oview(1)
|
||||
|
||||
if(config.ghost_interaction)
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
|
||||
/obj/structure/window/verb/rotate()
|
||||
set name = "Rotate Window Counter-Clockwise"
|
||||
set category = "Object"
|
||||
set category = null
|
||||
set src in oview(1)
|
||||
|
||||
if(anchored)
|
||||
@@ -279,7 +279,7 @@
|
||||
|
||||
/obj/structure/window/verb/revrotate()
|
||||
set name = "Rotate Window Clockwise"
|
||||
set category = "Object"
|
||||
set category = null
|
||||
set src in oview(1)
|
||||
|
||||
if(anchored)
|
||||
|
||||
Reference in New Issue
Block a user