- First aid kits now also have different sprites (sprites by Arcalane) (applies to fire first aid and tox first aid. The sprite is chosen at random. Empty first aid kits will always have the default sprite. First aid bots have the normal red-cross sprite)

- Map fix for xenobio by trubble_bass so xenos can't acid the field generators.
- Added the red first aid kits and purple first aid kit by Arcalane for future use if needed.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1895 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-07-20 16:22:41 +00:00
parent 0cbf0df8d8
commit ce62286c70
3 changed files with 3730 additions and 3716 deletions
+6
View File
@@ -2,6 +2,9 @@
/obj/item/weapon/storage/firstaid/fire/New()
..()
if (empty) return
icon_state = pick("ointment","firefirstaid")
new /obj/item/device/healthanalyzer( src )
new /obj/item/weapon/reagent_containers/syringe/inaprovaline( src )
new /obj/item/stack/medical/ointment( src )
@@ -39,6 +42,9 @@
..()
if (empty) return
icon_state = pick("antitoxin","antitoxfirstaid","antitoxfirstaid2","antitoxfirstaid3")
new /obj/item/weapon/reagent_containers/syringe/antitoxin( src )
new /obj/item/weapon/reagent_containers/syringe/antitoxin( src )
new /obj/item/weapon/reagent_containers/syringe/antitoxin( src )
Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 30 KiB

+3724 -3716
View File
File diff suppressed because it is too large Load Diff