mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user