mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Wearable wet floor sign (#7575)
You can now wear the wet floor sign. Also tidies up some code here and there. Adds some descriptions too. It provides extremely minor armor.
This commit is contained in:
@@ -533,9 +533,9 @@ STOCK_ITEM_COMMON(cane, 2)
|
||||
|
||||
STOCK_ITEM_COMMON(warning, 2.2)
|
||||
if (prob(50))
|
||||
new /obj/item/caution(L)
|
||||
new /obj/item/clothing/suit/caution(L)
|
||||
else
|
||||
new /obj/item/caution/cone(L)
|
||||
new /obj/item/clothing/head/cone(L)
|
||||
|
||||
STOCK_ITEM_COMMON(gasmask, 2)
|
||||
var/list/masks = list(
|
||||
|
||||
Reference in New Issue
Block a user