Skip to content

Commit

Permalink
get biblical - adds force and throwforce to rough stones/stone bricks…
Browse files Browse the repository at this point in the history
… (#25721)

get biblical

Co-authored-by: Hatterhat <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Dec 19, 2023
1 parent db8b7c9 commit db3a501
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modular_skyrat/modules/stone/code/stone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
icon_state = "sheet-stone"
inhand_icon_state = "sheet-metal"
mats_per_unit = list(/datum/material/stone=SHEET_MATERIAL_AMOUNT)
throwforce = 10
force = 10
throwforce = 15
resistance_flags = FIRE_PROOF
merge_type = /obj/item/stack/sheet/mineral/stone
grind_results = null
Expand Down Expand Up @@ -52,6 +53,8 @@ GLOBAL_LIST_INIT(stone_recipes, list ( \
singular_name = "rough stone boulder"
mats_per_unit = list(/datum/material/stone = SHEET_MATERIAL_AMOUNT)
merge_type = /obj/item/stack/stone
force = 10
throwforce = 15

/obj/item/stack/stone/examine()
. = ..()
Expand Down

0 comments on commit db3a501

Please sign in to comment.