From c353e8c43623072fc6fbdc4be61d129117402dec Mon Sep 17 00:00:00 2001 From: Samuel Dweller Date: Wed, 9 Nov 2022 13:42:39 -0600 Subject: [PATCH] plastic utensils are no longer explosive in the microwave --- code/game/objects/items/kitchen.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/items/kitchen.dm b/code/game/objects/items/kitchen.dm index b1662c129..ca7f34c1f 100644 --- a/code/game/objects/items/kitchen.dm +++ b/code/game/objects/items/kitchen.dm @@ -61,6 +61,7 @@ force = 0 w_class = WEIGHT_CLASS_TINY throwforce = 0 + materials = list(MAT_PLASTIC=80) grind_results = list(/datum/material/plastic=80) var/break_chance = 25 @@ -113,6 +114,7 @@ w_class = WEIGHT_CLASS_TINY throwforce = 0 throw_range = 5 + materials = list(MAT_PLASTIC=100) grind_results = list(/datum/material/plastic = 100) attack_verb = list("prodded", "whiffed","scratched", "poked") sharpness = IS_SHARP @@ -217,6 +219,7 @@ force = 0 w_class = WEIGHT_CLASS_TINY throwforce = 0 + materials = list(MAT_PLASTIC=120) grind_results = list(/datum/material/plastic=120) var/break_chance = 25