Skip to content

Commit

Permalink
Update marines.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomEpicness authored Mar 27, 2024
1 parent ec04ffd commit 4c26ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/explosives/grenades/marines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@

if(antigrief_protection && user.faction == FACTION_MARINE && explosive_antigrief_check(src, user))
to_chat(user, SPAN_WARNING("\The [name]'s safe-area accident inhibitor prevents you from planting!"))
msg_admin_niche("[key_name(user)] attempted to plant \a [src.name] in [get_area(src)] [ADMIN_JMP(src.loc)]")
msg_admin_niche("[key_name(user)] attempted to plant \a [name] in [get_area(src)] [ADMIN_JMP(src.loc)]")
return

if(ishuman(user))
Expand Down

0 comments on commit 4c26ecb

Please sign in to comment.