Fixes offworlders not getting a bottle of RMT pills when spawning on the Odin (#9930)

This commit is contained in:
Hockaa
2020-09-10 10:14:07 +02:00
committed by GitHub
parent 108e3e2869
commit 24144b826e
3 changed files with 14 additions and 1 deletions
@@ -5,6 +5,8 @@
icon = 'icons/mob/human.dmi'
icon_state = "body_m_s"
var/species_items_equipped // used so species that need special items (autoinhalers for vaurca/RMT for offworlders) don't get them twice when they shouldn't.
var/list/hud_list[10]
var/embedded_flag //To check if we've need to roll for damage on movement while an item is imbedded in us.
var/obj/item/rig/wearing_rig // This is very not good, but it's much much better than calling get_rig() every update_canmove() call.