mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 06:01:56 +00:00
Sorry, sorry!
The last commit was full of compiling errors, this fixes that one.
This commit is contained in:
@@ -342,6 +342,6 @@
|
|||||||
new /obj/item/clothing/shoes/yellow(src)
|
new /obj/item/clothing/shoes/yellow(src)
|
||||||
new /obj/item/clothing/shoes/green(src)
|
new /obj/item/clothing/shoes/green(src)
|
||||||
new /obj/item/clothing/shoes/orange(src)
|
new /obj/item/clothing/shoes/orange(src)
|
||||||
new /obj/item/clothing/shoes/pink(src)
|
new /obj/item/clothing/shoes/purple(src)
|
||||||
new /obj/item/clothing/shoes/leather(src)
|
new /obj/item/clothing/shoes/leather(src)
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
name = "dispatcher's uniform"
|
name = "dispatcher's uniform"
|
||||||
desc = "A dress shirt and khakis with a security patch sewn on."
|
desc = "A dress shirt and khakis with a security patch sewn on."
|
||||||
icon_state = "dispatch"
|
icon_state = "dispatch"
|
||||||
item_state = "dispatch
|
item_state = "dispatch"
|
||||||
color = "dispatch"
|
color = "dispatch"
|
||||||
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||||
flags = FPRINT | TABLEPASS
|
flags = FPRINT | TABLEPASS
|
||||||
|
|||||||
Reference in New Issue
Block a user