mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Rename the "any color" paint bucket to "adaptive paint"
This commit is contained in:
@@ -51,12 +51,12 @@
|
||||
|
||||
|
||||
/obj/item/paint/anycolor
|
||||
gender= PLURAL
|
||||
name = "any color"
|
||||
gender = PLURAL
|
||||
name = "adaptive paint"
|
||||
icon_state = "paint_neutral"
|
||||
|
||||
/obj/item/paint/anycolor/attack_self(mob/user)
|
||||
var/t1 = input(user, "Please select a color:", "Locking Computer", null) in list( "red", "blue", "green", "yellow", "violet", "black", "white")
|
||||
var/t1 = input(user, "Please select a color:", "[src]", null) in list( "red", "blue", "green", "yellow", "violet", "black", "white")
|
||||
if ((user.get_active_held_item() != src || user.stat || user.restrained()))
|
||||
return
|
||||
switch(t1)
|
||||
|
||||
Reference in New Issue
Block a user