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:
RKF45
2015-02-01 01:34:39 +01:00
parent 7baeab055f
commit 4eb3e16f72
4 changed files with 72 additions and 24 deletions
+2 -1
View File
@@ -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
*/