Skip to content

Commit

Permalink
linters fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TalkingCactus committed Oct 20, 2023
1 parent 18cccd1 commit 04c0cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions code/game/objects/items/mannequin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
. = ..()
if(mapload)
addtimer(CALLBACK(src, .proc/set_looks), 30 SECONDS)
else
set_looks()
if(debug)
debugify()

Expand Down
4 changes: 2 additions & 2 deletions code/modules/awaymissions/capture_the_flag.dm
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,8 @@
QDEL_IN(src, AMMO_DROP_LIFETIME)

/obj/effect/ctf/ammo/proc/on_entered(atom/movable/AM)
SIGNAL_HANDLER
reload(AM)
// SIGNAL_HANDLER
// reload(AM)

/obj/effect/ctf/ammo/Bump(atom/movable/AM)
reload(AM)
Expand Down

0 comments on commit 04c0cb4

Please sign in to comment.