Fixes a bunch of broken verbs (#16581)

* b

# Conflicts:
#	html/changelogs/mattatlas-scopefix.yml

* bbb

* fix debug log

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-06-28 17:40:25 +00:00
committed by GitHub
co-authored by Matt Atlas
parent de87fc4cf5
commit d4e676a820
22 changed files with 76 additions and 8 deletions
@@ -295,6 +295,7 @@
set name = "Name Prototype"
set category = "Object"
set desc = "Name your invention so that its glory might be eternal"
set src in usr
var/mob/M = usr
if(!M.mind)
@@ -312,6 +313,7 @@
set name = "Describe Prototype"
set category = "Object"
set desc = "Describe your invention so that its glory might be eternal"
set src in usr
var/mob/M = usr
if(!M.mind)
@@ -191,8 +191,8 @@
/obj/item/gun/energy/rifle/laser/tachyon/verb/scope()
set category = "Object"
set name = "Use Rifle Scope"
set popup_menu = 1
set name = "Use Scope"
set src in usr
if(wielded)
toggle_scope(2.0, usr)
@@ -30,6 +30,7 @@
set name = "Name Gun"
set category = "Object"
set desc = "Rename your gun. If you're the detective."
set src in usr
var/mob/M = usr
if(!M.mind) return 0
@@ -328,6 +329,7 @@
set name = "Name Gun"
set category = "Object"
set desc = "Rename your gun."
set src in usr
var/input = sanitizeSafe(input("What do you want to name the gun?", ,""), MAX_NAME_LEN)
@@ -21,6 +21,7 @@
set name = "Spin cylinder"
set desc = "Fun when you're bored out of your skull."
set category = "Object"
set src in usr
chamber_offset = 0
usr.visible_message("<span class='warning'>\The [usr] spins the cylinder of \the [src]!</span>", "<span class='warning'>You spin the cylinder of \the [src]!</span>", "<span class='notice'>You hear something metallic spin and click.</span>")
@@ -105,6 +106,7 @@
set name = "Name Gun"
set category = "Object"
set desc = "Click to rename your gun. If you're the detective."
set src in usr
var/mob/M = usr
if(!M.mind) return 0
@@ -226,6 +228,7 @@
set name = "Spin cylinder"
set desc = "Fun when you're bored out of your skull."
set category = "Object"
set src in usr
chamber_offset = 0
visible_message("<span class='warning'>\The [usr] spins the cylinder of \the [src]!</span>", \
@@ -5,6 +5,7 @@
set name = "Toggle Gun Mode"
set desc = "Begin or stop aiming."
set category = "IC"
if(isliving(src))
var/mob/living/M = src
if(!M.aiming)