Skip to content

Commit

Permalink
Update skewer.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed Jul 4, 2024
1 parent 0fe2dd5 commit bddfd02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
icon_state = "[initial(icon_state)]_extended"
var/target_stabbed = FALSE
density = TRUE
set_armor(datum/armor/raised_clock_skewer)
set_armor(/datum/armor/raised_clock_skewer)

for(var/mob/living/stabbed_mob in get_turf(src))
if(stabbed_mob.incorporeal_move || (stabbed_mob.movement_type & (FLOATING|FLYING)))
Expand Down

0 comments on commit bddfd02

Please sign in to comment.