mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 20:42:08 +00:00
11 lines
360 B
Plaintext
11 lines
360 B
Plaintext
/obj/item/stack/sheet
|
|
name = "sheet"
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
force = 5
|
|
throwforce = 5
|
|
max_amount = 50
|
|
throw_speed = 1
|
|
throw_range = 3
|
|
attack_verb = list("bashed", "battered", "bludgeoned", "thrashed", "smashed")
|
|
var/perunit = MINERAL_MATERIAL_AMOUNT
|
|
var/sheettype = null //this is used for girders in the creation of walls/false walls |