mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Add initialize for crayons and fix runtime error.
This commit is contained in:
@@ -449,6 +449,12 @@
|
||||
..()
|
||||
name = "[colourName] crayon" //Makes crayons identifiable in things like grinders
|
||||
drawtype = pick(pick(graffiti), pick(letters), "rune[rand(1,6)]")
|
||||
if(config != null)
|
||||
if(config.mutant_races == 1)
|
||||
graffiti += "antilizard"
|
||||
graffiti += "prolizard"
|
||||
|
||||
/obj/item/toy/crayon/initialize()
|
||||
if(config.mutant_races == 1)
|
||||
graffiti += "antilizard"
|
||||
graffiti += "prolizard"
|
||||
|
||||
Reference in New Issue
Block a user