Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/human/human_stripping.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
GriffinMan4455 and Doubleumc authored Oct 24, 2024
1 parent 68924f4 commit 5801bb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/mob/living/carbon/human/human_stripping.dm
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ GLOBAL_LIST_INIT(strippable_human_items, create_strippable_list(list(
return
if(!istype(sourcemob.wear_id, /obj/item/card/id/dogtag))
return
if ( skillcheck(user, SKILL_POLICE, SKILL_POLICE_SKILLED))
return
var/obj/item/card/id/dogtag/tag = sourcemob.wear_id
if(tag.dogtag_taken)
to_chat(user, SPAN_WARNING("Someone's already taken [sourcemob]'s information tag."))
Expand Down

0 comments on commit 5801bb8

Please sign in to comment.