mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
A few more harddels and runtimes (#7880)
This commit is contained in:
+9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user