mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[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:
committed by
GitHub
parent
6ba6be650c
commit
2d0719a4d4
@@ -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)
|
||||
|
||||
@@ -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 ..()
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user