mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] Adds a sprite for advanced medkit medibots (#299)
* Adds a sprite for advanced medkit medibots (#52775) * Adds a sprite for advanced medkit medibots Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
This commit is contained in:
@@ -300,14 +300,16 @@
|
||||
return
|
||||
|
||||
var/obj/item/bot_assembly/medbot/A = new
|
||||
if(istype(src, /obj/item/storage/firstaid/fire))
|
||||
if (istype(src, /obj/item/storage/firstaid/fire))
|
||||
A.set_skin("ointment")
|
||||
else if(istype(src, /obj/item/storage/firstaid/toxin))
|
||||
else if (istype(src, /obj/item/storage/firstaid/toxin))
|
||||
A.set_skin("tox")
|
||||
else if(istype(src, /obj/item/storage/firstaid/o2))
|
||||
else if (istype(src, /obj/item/storage/firstaid/o2))
|
||||
A.set_skin("o2")
|
||||
else if(istype(src, /obj/item/storage/firstaid/brute))
|
||||
else if (istype(src, /obj/item/storage/firstaid/brute))
|
||||
A.set_skin("brute")
|
||||
else if (istype(src, /obj/item/storage/firstaid/advanced))
|
||||
A.set_skin("advanced")
|
||||
user.put_in_hands(A)
|
||||
to_chat(user, "<span class='notice'>You add [S] to [src].</span>")
|
||||
A.robot_arm = S.type
|
||||
|
||||
Reference in New Issue
Block a user