Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Huz2e committed Jul 9, 2024
1 parent 576318c commit cab88b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bare_wound_bonus = 7.5
damage_falloff_tile = -1.2
demolition_mod = 2
embedding = null
embed_type = /datum/embed_data/shrapnel

/obj/projectile/bullet/pellet/shotgun_improvised/Initialize(mapload)
. = ..()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
slot = ORGAN_SLOT_BUTT
throw_speed = 1
force = 4
embedding = list("pain_mult" = 0, "jostle_pain_mult" = 0, "ignore_throwspeed_threshold" = TRUE, "embed_chance" = 20)
embed_type = list("pain_mult" = 0, "jostle_pain_mult" = 0, "ignore_throwspeed_threshold" = TRUE, "embed_chance" = 20)
hitsound = 'massmeta/sounds/fartts/fart1.ogg'
body_parts_covered = HEAD
slot_flags = ITEM_SLOT_HEAD
Expand Down
1 change: 0 additions & 1 deletion massmeta/features/hardsuits/code/_jetpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
volume = 1
slot_flags = null
gas_type = null
full_speed = FALSE
var/datum/gas_mixture/tempair_contents
var/obj/item/tank/internals/tank = null
var/mob/living/carbon/human/active_user = null
Expand Down

0 comments on commit cab88b9

Please sign in to comment.