A few more harddels and runtimes (#7880)

This commit is contained in:
Raeschen
2024-03-03 21:15:45 +01:00
committed by GitHub
parent 82d3a46156
commit 50ead0c684
5 changed files with 27 additions and 4 deletions
@@ -56,6 +56,15 @@
to_chat(P, "<span class='notice'>You should have spawned with a backpack to assimilate into your RIG. Try clicking it with a backpack.</span>")
..(newloc)
/obj/item/weapon/rig/protean/Destroy()
if(myprotean)
var/mob/living/carbon/human/P = myprotean
var/datum/species/protean/S = P?.species
S?.OurRig = null
myprotean = null
. = ..()
/obj/item/weapon/rig/proc/AssimilateBag(var/mob/living/carbon/human/P, var/spawned, var/obj/item/weapon/storage/backpack/B)
if(istype(B,/obj/item/weapon/storage/backpack))
if(spawned)