mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user