Pipe wrenches spawn with random colour (#8427)

This commit is contained in:
Geeves
2020-03-17 11:30:36 +01:00
committed by GitHub
parent 777057895d
commit 1529d573ae
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -575,6 +575,10 @@
matter = list(DEFAULT_WALL_MATERIAL = 150)
attack_verb = list("bashed", "battered", "bludgeoned", "whacked")
/obj/item/pipewrench/Initialize()
. = ..()
color = color_rotation(rand(-11, 12) * 15)
//combitool
/obj/item/combitool