Skip to content

Commit

Permalink
fhdg
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba committed Oct 31, 2024
1 parent 290672c commit 91deb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monkestation/code/modules/blueshift/elements/caseless.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
var/obj/item/gun/shot_from = fired_from
if(shot_from.chambered == shell)
shot_from.chambered = null //Nuke it. Nuke it now.
if(shot_from.type = /obj/item/gun/ballistic/revolver/sol)
break
if(istype(shot_from, /obj/item/gun/ballistic/revolver/sol))
return
QDEL_NULL(shell)

0 comments on commit 91deb1b

Please sign in to comment.