mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Pipe wrenches spawn with random colour (#8427)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user