mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 15:02:56 +00:00
Fixes the use-scope verb. (#16577)
* Fixes scopes not working. * a --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user