Skip to content

Commit

Permalink
Removes debug mob.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Jul 16, 2024
1 parent c1e1120 commit 13e4127
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/modules/mob/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1374,11 +1374,3 @@

/mob/proc/do_attack_windup_checking(atom/target)
return TRUE

/mob/living/human/debug_attack_windup
ai = /datum/mob_controller/aggressive
faction = "arsehole"

/mob/living/human/debug_attack_windup/Initialize(mapload, species_name, datum/mob_snapshot/supplied_appearance)
. = ..()
put_in_active_hand(new /obj/item/stamp/denied(src))

0 comments on commit 13e4127

Please sign in to comment.