mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Fixes the envenomable casing element and arrows. (#76219)
## About The Pull Request Both the element and the object were trying to add an element as a component, which to my amusement, just silently fails without throwing any runtime, crash or stack trace (stuff for another PR, I suppose). ## Why It's Good For The Game This will fix #75448. ## Changelog 🆑 fix: arrows can now be actually coated with reagents. /🆑
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
/obj/item/ammo_casing/caseless/arrow/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/element/envenomable_casing)
|
||||
AddElement(/datum/element/envenomable_casing)
|
||||
|
||||
///base arrow projectile
|
||||
/obj/projectile/bullet/reusable/arrow
|
||||
|
||||
Reference in New Issue
Block a user