GPS presentation/update tweaks/fixes.

This commit is contained in:
Atermonera
2021-03-18 05:03:53 -04:00
committed by VirgoBot
parent a62bf99795
commit da20d3f024
3 changed files with 28 additions and 15 deletions
+7
View File
@@ -354,6 +354,13 @@
playsound(src, pickup_sound, 20, preference = /datum/client_preference/pickup_sounds)
return
<<<<<<< HEAD
=======
// As above but for items being equipped to an active module on a robot.
/obj/item/proc/equipped_robot(var/mob/user)
return
>>>>>>> 921ac67... Merge pull request #7980 from MistakeNot4892/gps
//Defines which slots correspond to which slot flags
var/list/global/slot_flags_enumeration = list(
"[slot_wear_mask]" = SLOT_MASK,