You can now color boxes using crayons (#30977)

* Americanized spelling

* more spelling

* spelling + alt click

* recoloring box, put it in hand and in bag

* in backpack now

* remove old comments

* updates inventory if backpack is open

* place in bags even on floor

* null check + checks actual type

* added the color tables

* added empty subtypes. Fixed movign away bug

* lint

* mapload + as mob removal

* early returning

* removed type checks. Added more checks for coloring

* added a description + early return on color tables

* lint

* documentation, formatting, HAS_TRAIT

* formatting
This commit is contained in:
Christer2222
2025-11-28 03:51:46 +00:00
committed by GitHub
parent 88dd66f076
commit d4a435f740
9 changed files with 527 additions and 35 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
to_chat(user, "<span class ='warning'>There is not enough paint in the can!")
return
RemoveCurrentCoat()
var/colour = spraycan.colour
var/colour = spraycan.crayon_color
current_paint = colour
var/atom/A = parent
A.add_atom_colour(colour, FIXED_COLOUR_PRIORITY)