[MIRROR] More items hurt you now if you walk on them barefoot [MDB IGNORE] (#11302)

* More items hurt you now if you walk on them barefoot (#64625)

Have you ever stepped on a sharp object as a kid before? I stepped on a broken tea cup when I was a kid, and I could tell you that it hurt like hell.

Light tube and glass shard already hurt you in-game if you step on them barefoot. The PR changes that broken drinking/alcohol glass and broken plate shard will also hurt you now if you step on them barefoot.
I was planning to add knives too but I thought that would be too much.

I hope this works.

* More items hurt you now if you walk on them barefoot

Co-authored-by: Tortoise <64306407+OneAsianTortoise@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-02-06 14:54:17 +01:00
committed by GitHub
parent 48d2b14fb4
commit 1f5e71e85c
2 changed files with 5 additions and 0 deletions
@@ -151,6 +151,7 @@
/obj/item/broken_bottle/Initialize(mapload)
. = ..()
AddComponent(/datum/component/caltrop, min_damage = force)
AddComponent(/datum/component/butchering, 200, 55)
/obj/item/reagent_containers/food/drinks/bottle/beer
+4
View File
@@ -107,3 +107,7 @@
force = 5
throwforce = 5
sharpness = SHARP_EDGED
/obj/item/plate_shard/Initialize(mapload)
. = ..()
AddComponent(/datum/component/caltrop, min_damage = force)