Fixes the use-scope verb. (#16577)

* Fixes scopes not working.

* a

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-06-28 18:06:30 +02:00
committed by GitHub
parent 7e6bd17a54
commit e22069ea86
7 changed files with 51 additions and 10 deletions

View File

@@ -609,7 +609,7 @@
/obj/item/gun/projectile/automatic/terminator/verb/scope()
set category = "Object"
set name = "Use Scope"
set popup_menu = 1
set src in usr
if(wielded)
toggle_scope(2.0, usr)