mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-23 14:15:19 +01:00
13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
/obj/item/misc/potato
|
|
name = "potato"
|
|
desc = "It's a pot... on a closer inspection, you've realized this is a rock"
|
|
icon_state = "potato"
|
|
item_state = "potato"
|
|
icon = 'sandcode/icons/obj/misc.dmi'
|
|
force = 12
|
|
throwforce = 20
|
|
throw_speed = 5
|
|
throw_range = 20
|
|
w_class = WEIGHT_CLASS_SMALL
|
|
attack_verb = list("hit")
|
|
hitsound = 'sound/weapons/smash.ogg' |