mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Makes syndie dufflebags hint that they let you move faster
This commit is contained in:
@@ -138,18 +138,18 @@
|
|||||||
|
|
||||||
/obj/item/weapon/storage/backpack/dufflebag/syndie
|
/obj/item/weapon/storage/backpack/dufflebag/syndie
|
||||||
name = "black dufflebag"
|
name = "black dufflebag"
|
||||||
desc = "A large dufflebag for holding extra tactical supplies."
|
desc = "A large dufflebag for holding extra tactical supplies. This one appears to be made out of lighter material than usual."
|
||||||
icon_state = "duffle_syndie"
|
icon_state = "duffle_syndie"
|
||||||
slowdown = 0
|
slowdown = 0
|
||||||
|
|
||||||
/obj/item/weapon/storage/backpack/dufflebag/syndie/med
|
/obj/item/weapon/storage/backpack/dufflebag/syndie/med
|
||||||
name = "medical dufflebag"
|
name = "medical dufflebag"
|
||||||
desc = "A large dufflebag for holding extra tactical medical supplies."
|
desc = "A large dufflebag for holding extra tactical medical supplies. This one appears to be made out of lighter material than usual."
|
||||||
icon_state = "duffle_syndiemed"
|
icon_state = "duffle_syndiemed"
|
||||||
|
|
||||||
/obj/item/weapon/storage/backpack/dufflebag/syndie/ammo
|
/obj/item/weapon/storage/backpack/dufflebag/syndie/ammo
|
||||||
name = "ammunition dufflebag"
|
name = "ammunition dufflebag"
|
||||||
desc = "A large dufflebag for holding extra weapons ammunition and supplies."
|
desc = "A large dufflebag for holding extra weapons ammunition and supplies. This one appears to be made out of lighter material than usual."
|
||||||
icon_state = "duffle_syndieammo"
|
icon_state = "duffle_syndieammo"
|
||||||
|
|
||||||
/obj/item/weapon/storage/backpack/dufflebag/captain
|
/obj/item/weapon/storage/backpack/dufflebag/captain
|
||||||
@@ -417,4 +417,4 @@
|
|||||||
else
|
else
|
||||||
H.visible_message("<span class='notice'>\The [src] decides not to unpack \the [src]!</span>", \
|
H.visible_message("<span class='notice'>\The [src] decides not to unpack \the [src]!</span>", \
|
||||||
"<span class='notice'>You decide not to unpack \the [src]!</span>")
|
"<span class='notice'>You decide not to unpack \the [src]!</span>")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user