mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[No GBP] Fixes coin values but for real this time (#76137)
## About The Pull Request Forgot to update the value of the iron coin in #76066, this fixes that ## Why It's Good For The Game See #76066 ## Changelog 🆑 fix: Had to destroy a lot more of em, but the value of iron coins are now back to normal /🆑
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
greyscale_colors = "#878687"
|
||||
categories = list(MAT_CATEGORY_ORE = TRUE, MAT_CATEGORY_RIGID = TRUE, MAT_CATEGORY_BASE_RECIPES = TRUE, MAT_CATEGORY_ITEM_MATERIAL=TRUE)
|
||||
sheet_type = /obj/item/stack/sheet/iron
|
||||
value_per_unit = 0.0025
|
||||
value_per_unit = 0.05
|
||||
|
||||
/datum/material/iron/on_accidental_mat_consumption(mob/living/carbon/victim, obj/item/source_item)
|
||||
victim.apply_damage(10, BRUTE, BODY_ZONE_HEAD, wound_bonus = 5)
|
||||
|
||||
Reference in New Issue
Block a user