Skip to content

Commit

Permalink
Update gun_attachables.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored Apr 1, 2024
1 parent a30bea1 commit 065bd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2797,7 +2797,7 @@ Defined in conflicts.dm of the #defines folder.
if(!breech_open)
to_chat(user, SPAN_WARNING("\The [src]'s breech must be open to load grenades! (use unique-action)"))
return
if(!istype(G) || istype(G, /obj/item/explosive/grenade/spawnergrenade/) || istype(G, /obj/item/explosive/grenade/custom))
if(!istype(G) || istype(G, /obj/item/explosive/grenade/spawnergrenade/))
to_chat(user, SPAN_WARNING("[src] doesn't accept that type of grenade."))
return
if(!G.active) //can't load live grenades
Expand Down

0 comments on commit 065bd01

Please sign in to comment.