Merge pull request #5415 from Citadel-Station-13/upstream-merge-35235

[MIRROR] Mining sentience upgrade grants minebots a radio and ID
This commit is contained in:
CitadelStationBot
2018-02-11 07:38:14 -06:00
committed by GitHub
4 changed files with 25 additions and 6 deletions
+7
View File
@@ -256,5 +256,12 @@
icon = 'icons/obj/module.dmi'
sentience_type = SENTIENCE_MINEBOT
/obj/item/slimepotion/slime/sentience/mining/after_success(mob/living/user, mob/living/simple_animal/SM)
var/obj/item/implant/radio/mining/imp = new(src)
imp.implant(SM, user)
SM.access_card = new /obj/item/card/id/mining(SM)
SM.access_card.flags_1 |= NODROP_1
#undef MINEDRONE_COLLECT
#undef MINEDRONE_ATTACK
@@ -616,7 +616,7 @@
desc = "A miraculous chemical mix that grants human like intelligence to living beings. It has been modified with Syndicate technology to also grant an internal radio implant to the target and authenticate with identification systems."
/obj/item/slimepotion/slime/sentience/nuclear/after_success(mob/living/user, mob/living/simple_animal/SM)
var/obj/item/implant/radio/imp = new(src)
var/obj/item/implant/radio/syndicate/imp = new(src)
imp.implant(SM, user)
SM.access_card = new /obj/item/card/id/syndicate(SM)