Medihound Fixes (#3462)

* fix borgs, tries new things

* TGUI experiment, Expanded resist

also cleans up some bad code we don't want to keep

* kinda important to have the right one

* I actually managed to compile tgui

* tgui fuckery

I hate UI building

* more tgui tweaks

and it finally compiles, again.

* Have I mentioned UIs are not my strong point?

Because they're really not

* updates to this shit thing.

Tgui button chem selection -> chem to inject needs to be fixed

* No.

* FUCKING, FINALLY
This commit is contained in:
Poojawa
2017-10-21 06:15:50 -05:00
committed by GitHub
parent 2dfbdaff30
commit 7b8e88ec7e
7 changed files with 287 additions and 270 deletions
+22
View File
@@ -0,0 +1,22 @@
/obj/item/restraints/handcuffs/cable/vorecuffs
name = "vorecuffs"
desc = "Because Poojawa is at a loss for actually making people stop being muppets during vore."
icon_state = "vorecuffs"
lefthand_file = 'icons/mob/inhands/equipment/security_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/security_righthand.dmi'
materials = list()
breakouttime = 20 //Deciseconds = 2s
trashtype = /obj/item/restraints/handcuffs/cable/vorecuffs/used
/obj/item/restraints/handcuffs/cable/vorecuffs/used
desc = "You don't see this coder related vore trick."
icon_state = "vorecuffs_used"
item_state = "vorecuffs"
/obj/item/restraints/handcuffs/cable/vorecuffs/used/attack()
return
/obj/structure/closet/crate/vore
name = "Slimy ooze"
desc = "A mass of ooze, with something within"
icon_state = "vore_ooze"