Skip to content

Commit

Permalink
[MIRROR] Fixes a typo in horrorform bone fragment embed datum (#5201)
Browse files Browse the repository at this point in the history
* Fixes a typo in horrorform bone fragment embed datum (#4637)

Update true_changeling.dm

* [MIRROR] Fixes a typo in horrorform bone fragment embed datum

---------

Co-authored-by: 1393F <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2024
1 parent 1b3c5ad commit 8fb3d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_nova/modules/horrorform/code/true_changeling.dm
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@
ricochet_incidence_leeway = 0
embed_falloff_tile = -2
shrapnel_type = /obj/item/shrapnel/bone_fragment
embed_type = /datum/embed_data/tomahawk
embed_type = /datum/embed_data/bone_fragment

/datum/embed_data/tomahawk
/datum/embed_data/bone_fragment
embed_chance = 55
fall_chance = 2
jostle_chance = 7
Expand Down

0 comments on commit 8fb3d02

Please sign in to comment.