mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
makes spoons more horribly inefficient at murder (#34455)
* makes spoons more horribly inefficient at murder * The Great Compromise
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
name = "spoon"
|
||||
desc = "SPOON!"
|
||||
icon_state = "spoon"
|
||||
force = 4
|
||||
attack_verb = list("attacks", "pokes", "hits")
|
||||
melt_temperature = MELTPOINT_STEEL
|
||||
var/bendable = TRUE
|
||||
@@ -182,6 +183,7 @@
|
||||
name = "plastic spoon"
|
||||
desc = "Super dull action!"
|
||||
icon_state = "pspoon"
|
||||
force = 1
|
||||
melt_temperature = MELTPOINT_PLASTIC
|
||||
autoignition_temperature = AUTOIGNITION_PLASTIC
|
||||
bendable = FALSE
|
||||
|
||||
Reference in New Issue
Block a user