mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Merge pull request #10300 from AlAtEX/IPC-repair
Adds a Medkit for IPCs
This commit is contained in:
@@ -392,4 +392,7 @@
|
||||
desc = "Contains oil intended for use on cyborgs, robots, and other synthetics."
|
||||
icon = 'icons/goonstation/objects/oil.dmi'
|
||||
icon_state = "oilcan"
|
||||
volume = 100
|
||||
volume = 100
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/oilcan/full
|
||||
list_reagents = list("oil" = 100)
|
||||
|
||||
@@ -65,6 +65,9 @@
|
||||
/mob/living/simple_animal/bot/medbot/fish
|
||||
skin = "fish"
|
||||
|
||||
/mob/living/simple_animal/bot/medbot/machine
|
||||
skin = "machine"
|
||||
|
||||
/mob/living/simple_animal/bot/medbot/mysterious
|
||||
name = "\improper Mysterious Medibot"
|
||||
desc = "International Medibot of mystery."
|
||||
@@ -578,6 +581,8 @@
|
||||
T.syndicate_aligned = syndicate_aligned //This is a special case since Syndicate medibots and the mysterious medibot look the same; we also dont' want crew building Syndicate medibots if the mysterious medibot blows up.
|
||||
if("fish")
|
||||
new /obj/item/storage/firstaid/aquatic_kit(Tsec)
|
||||
if("machine")
|
||||
new /obj/item/storage/firstaid/machine/empty(Tsec)
|
||||
else
|
||||
new /obj/item/storage/firstaid(Tsec)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user