mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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
@@ -18,7 +18,7 @@
|
||||
is_picked_up = TRUE
|
||||
update_transform()
|
||||
|
||||
/obj/item/gun/energy/laser/dropped()
|
||||
/obj/item/gun/energy/laser/dropped(mob/living/user)
|
||||
. = ..()
|
||||
if(!istype(loc,/mob/living))
|
||||
is_picked_up = FALSE
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
is_picked_up = TRUE
|
||||
update_transform()
|
||||
|
||||
/obj/item/gun/magnetic/railgun/dropped()
|
||||
/obj/item/gun/magnetic/railgun/dropped(mob/living/user)
|
||||
. = ..()
|
||||
is_picked_up = FALSE
|
||||
update_transform()
|
||||
|
||||
@@ -443,7 +443,7 @@
|
||||
is_picked_up = TRUE
|
||||
update_transform()
|
||||
|
||||
/obj/item/gun/projectile/automatic/mini_uzi/dropped()
|
||||
/obj/item/gun/projectile/automatic/mini_uzi/dropped(mob/living/user)
|
||||
. = ..()
|
||||
is_picked_up = FALSE
|
||||
update_transform()
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
is_picked_up = TRUE
|
||||
update_transform()
|
||||
|
||||
/obj/item/gun/projectile/automatic/serdy/dropped()
|
||||
/obj/item/gun/projectile/automatic/serdy/dropped(mob/living/user)
|
||||
. = ..()
|
||||
is_picked_up = FALSE
|
||||
update_transform()
|
||||
@@ -1591,7 +1591,7 @@
|
||||
is_picked_up = TRUE
|
||||
update_transform()
|
||||
|
||||
/obj/item/gun/projectile/shotgun/pump/dropped()
|
||||
/obj/item/gun/projectile/shotgun/pump/dropped(mob/living/user)
|
||||
. = ..()
|
||||
is_picked_up = FALSE
|
||||
update_transform()
|
||||
@@ -1693,7 +1693,7 @@
|
||||
is_picked_up = TRUE
|
||||
update_transform()
|
||||
|
||||
/obj/item/gun/projectile/shotgun/doublebarrel/dropped()
|
||||
/obj/item/gun/projectile/shotgun/doublebarrel/dropped(mob/living/user)
|
||||
. = ..()
|
||||
is_picked_up = FALSE
|
||||
update_transform()
|
||||
|
||||
Reference in New Issue
Block a user