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
+1
View File
@@ -263,6 +263,7 @@
/obj/item/pen/chameleon/verb/set_colour()
set name = "Change Pen Colour"
set category = "Object"
set src in usr
var/list/possible_colours = list ("Yellow", "Green", "Pink", "Blue", "Orange", "Cyan", "Red", "Invisible", "Black")
var/selected_type = input("Pick new colour.", "Pen Colour", null, null) as null|anything in possible_colours
+2
View File
@@ -152,6 +152,8 @@ var/global/photo_count = 0
/obj/item/device/camera/verb/change_size()
set name = "Set Photo Focus"
set category = "Object"
set src in usr
var/nsize = input("Photo Size","Pick a size of resulting photo.") as null|anything in list(1,3,5,7)
if(nsize)
size = nsize