mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Moar Object verb removal/switch to right-click
This commit is contained in:
@@ -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