Files
kiwistation/code/game/objects/items/weapons/miscellaneous.dm
T
bawhoppen af51a66e37 Adds sandbags
* sandbgs an stuff

* mmmm

* fucking sandbags

* okokok

* aaaaaaaaaaaaaaaaaaaaaah
2016-04-02 23:52:12 -04:00

28 lines
577 B
Plaintext

/obj/item/weapon/caution
desc = "Caution! Wet Floor!"
name = "wet floor sign"
icon = 'icons/obj/janitor.dmi'
icon_state = "caution"
force = 1
throwforce = 3
throw_speed = 2
throw_range = 5
w_class = 2
attack_verb = list("warned", "cautioned", "smashed")
/obj/item/weapon/skub
desc = "A skub"
name = "skub"
icon = 'icons/obj/items.dmi'
icon_state = "skub"
w_class = 4
attack_verb = list("skubbed")
/obj/item/weapon/emptysandbag
name = "empty sandbag"
desc = "A bag to be filled with sand."
icon = 'icons/obj/items.dmi'
icon_state = "sandbag"
w_class = 1