Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Jun 17, 2023
1 parent 7255c52 commit 83d041b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/tabs/event_tab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
message_admins("[key_name(usr)] has fired \an [warhead.name] at ([target.x],[target.y],[target.z]).")
warhead.warhead_impact(target)

if(istype(warhead, obj/structure/ob_ammo/warhead/cluster))
if(istype(warhead, /obj/structure/ob_ammo/warhead/cluster))
// so the user's screen can shake for the duration of the cluster, otherwise we get a runtime.
QDEL_IN(warhead, OB_CLUSTER_DURATION)
else
Expand Down

0 comments on commit 83d041b

Please sign in to comment.