mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
Reviewing paint recipes
All recipes make "paint" and have different colours via var/resultcolor White paint can also be made non-ghettoly.
This commit is contained in:
@@ -171,7 +171,7 @@ var/global/list/cached_icons = list()
|
||||
target.icon = initial(target.icon)
|
||||
return
|
||||
*/
|
||||
|
||||
/*
|
||||
datum/reagent/paint
|
||||
name = "Paint"
|
||||
id = "paint_"
|
||||
@@ -235,3 +235,4 @@ datum/reagent/paint_remover
|
||||
if(istype(T) && T.icon != initial(T.icon))
|
||||
T.icon = initial(T.icon)
|
||||
return
|
||||
*/
|
||||
Reference in New Issue
Block a user