[MIRROR] some dropped sanity (#9856)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-12 09:34:37 -07:00
committed by GitHub
parent 6ba6be650c
commit 2d0719a4d4
64 changed files with 115 additions and 82 deletions

View File

@@ -244,7 +244,7 @@
c.remove(eye)
eye.setLoc(user)
/obj/item/clothing/mask/ai/dropped(var/mob/user)
/obj/item/clothing/mask/ai/dropped(mob/user)
..()
if(eye.owner == user)
for(var/datum/chunk/c in eye.visibleChunks)

View File

@@ -29,7 +29,7 @@
icon_state = monitor_states[monitor_state_index]
to_chat(H, span_notice("\The [src] connects to your display output."))
/obj/item/clothing/mask/monitor/dropped()
/obj/item/clothing/mask/monitor/dropped(mob/user)
canremove = TRUE
return ..()

View File

@@ -21,7 +21,7 @@
maskmaster = H
START_PROCESSING(SSprocessing, src)
/obj/item/clothing/mask/synthfacemask/dropped()
/obj/item/clothing/mask/synthfacemask/dropped(mob/user)
canremove = 1
maskmaster = null
STOP_PROCESSING(SSprocessing, src)