mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +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:
@@ -1068,3 +1068,6 @@
|
||||
while(length(contents) <= amount)
|
||||
implant = pick(boxed)
|
||||
new implant(src)
|
||||
|
||||
/obj/item/storage/box/cyber_implants/empty/populate_contents()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user