mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
[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:
@@ -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
|
||||
|
||||
@@ -107,3 +107,7 @@
|
||||
force = 5
|
||||
throwforce = 5
|
||||
sharpness = SHARP_EDGED
|
||||
|
||||
/obj/item/plate_shard/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/caltrop, min_damage = force)
|
||||
|
||||
Reference in New Issue
Block a user