Skip to content

Commit

Permalink
nevermind on that one
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerev4r committed Jan 25, 2025
1 parent 54bd4cb commit c3f53a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modular_doppler/modular_quirks/oversized/oversized.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
human_holder.maptext_height = 64

human_holder.AddComponent(/datum/component/seethrough_mob)
human_holder.AddComponent(/datum/component/strong_pull)

var/datum/action/cooldown/spell/adjust_sprite_size/action = new(src)
action.Grant(human_holder)
Expand Down Expand Up @@ -101,10 +100,6 @@
var/datum/component/seethrough_mob/component = human_holder.GetComponent(/datum/component/seethrough_mob)
qdel(component)


var/datum/component/strong_pull/pullcomponent = human_holder.GetComponent(/datum/component/strong_pull)
qdel(pullcomponent)

/datum/quirk/oversized/proc/on_gain_limb(datum/source, obj/item/bodypart/gained, special)
SIGNAL_HANDLER

Expand Down

0 comments on commit c3f53a1

Please sign in to comment.