Bows Down to Overlord DZD

This commit is contained in:
SamCroswell
2016-05-22 16:28:23 -04:00
parent 61a193c7e0
commit 1bf59c22ef
9 changed files with 11 additions and 11 deletions

View File

@@ -785,7 +785,7 @@
/obj/item/weapon/guardiancreator/tech /obj/item/weapon/guardiancreator/tech
name = "holoparasite injector" name = "holoparasite injector"
desc = "It contains alien nanoswarm of unknown origin. Though capable of near sorcerous feats via use of hardlight holograms and nanomachines, it requires an organic host as a home base and source of fuel." desc = "It contains alien nanoswarm of unknown origin. Though capable of near sorcerous feats via use of hardlight holograms and nanomachines, it requires an organic host as a home base and source of fuel."
icon = 'icons/obj/syringe.dmi' icon = 'icons/obj/hypo.dmi'
icon_state = "combat_hypo" icon_state = "combat_hypo"
theme = "tech" theme = "tech"
mob_name = "Holoparasite" mob_name = "Holoparasite"

View File

@@ -1,16 +1,16 @@
/obj/item/weapon/dnascrambler /obj/item/weapon/dnascrambler
name = "dna scrambler" name = "dna scrambler"
desc = "An illegal genetic serum designed to randomize the user's identity." desc = "An illegal genetic serum designed to randomize the user's identity."
icon = 'icons/obj/syringe.dmi' icon = 'icons/obj/hypo.dmi'
item_state = "syringe_0" item_state = "syringe_0"
icon_state = "b10" icon_state = "lepopen1"
var/used = null var/used = null
update_icon() update_icon()
if(used) if(used)
icon_state = "b0" icon_state = "lepopen0"
else else
icon_state = "b10" icon_state = "lepopen1"
attack(mob/M as mob, mob/user as mob) attack(mob/M as mob, mob/user as mob)
if(!M || !user) if(!M || !user)

View File

@@ -897,7 +897,7 @@
/obj/item/weapon/lazarus_injector /obj/item/weapon/lazarus_injector
name = "lazarus injector" name = "lazarus injector"
desc = "An injector with a cocktail of nanomachines and chemicals, this device can seemingly raise animals from the dead, making them become friendly to the user. Unfortunately, the process is useless on higher forms of life and incredibly costly, so these were hidden in storage until an executive thought they'd be great motivation for some of their employees." desc = "An injector with a cocktail of nanomachines and chemicals, this device can seemingly raise animals from the dead, making them become friendly to the user. Unfortunately, the process is useless on higher forms of life and incredibly costly, so these were hidden in storage until an executive thought they'd be great motivation for some of their employees."
icon = 'icons/obj/syringe.dmi' icon = 'icons/obj/hypo.dmi'
icon_state = "lazarus_hypo" icon_state = "lazarus_hypo"
item_state = "hypo" item_state = "hypo"
throwforce = 0 throwforce = 0

View File

@@ -2,7 +2,7 @@
/obj/item/weapon/reagent_containers/borghypo /obj/item/weapon/reagent_containers/borghypo
name = "Cyborg Hypospray" name = "Cyborg Hypospray"
desc = "An advanced chemical synthesizer and injection system, designed for heavy-duty medical equipment." desc = "An advanced chemical synthesizer and injection system, designed for heavy-duty medical equipment."
icon = 'icons/obj/syringe.dmi' icon = 'icons/obj/hypo.dmi'
item_state = "hypo" item_state = "hypo"
icon_state = "borghypo" icon_state = "borghypo"
amount_per_transfer_from_this = 5 amount_per_transfer_from_this = 5

View File

@@ -5,7 +5,7 @@
/obj/item/weapon/reagent_containers/hypospray /obj/item/weapon/reagent_containers/hypospray
name = "hypospray" name = "hypospray"
desc = "The DeForest Medical Corporation hypospray is a sterile, air-needle autoinjector for rapid administration of drugs to patients." desc = "The DeForest Medical Corporation hypospray is a sterile, air-needle autoinjector for rapid administration of drugs to patients."
icon = 'icons/obj/syringe.dmi' icon = 'icons/obj/hypo.dmi'
item_state = "hypo" item_state = "hypo"
icon_state = "hypo" icon_state = "hypo"
amount_per_transfer_from_this = 5 amount_per_transfer_from_this = 5

View File

@@ -8,7 +8,7 @@
/obj/item/weapon/reagent_containers/syringe /obj/item/weapon/reagent_containers/syringe
name = "Syringe" name = "Syringe"
desc = "A syringe." desc = "A syringe."
icon = 'icons/obj/syringe.dmi' icon = 'icons/goonstation/objects/syringe.dmi'
item_state = "syringe_0" item_state = "syringe_0"
icon_state = "0" icon_state = "0"
amount_per_transfer_from_this = 5 amount_per_transfer_from_this = 5
@@ -336,7 +336,7 @@
/obj/item/weapon/reagent_containers/ld50_syringe /obj/item/weapon/reagent_containers/ld50_syringe
name = "Lethal Injection Syringe" name = "Lethal Injection Syringe"
desc = "A syringe used for lethal injections." desc = "A syringe used for lethal injections."
icon = 'icons/obj/syringe.dmi' icon = 'icons/goonstation/objects/syringe.dmi'
item_state = "syringe_0" item_state = "syringe_0"
icon_state = "0" icon_state = "0"
amount_per_transfer_from_this = 50 amount_per_transfer_from_this = 50

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
icons/obj/hypo.dmi Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB