Get the hell out of my snacks, appendix!

This commit is contained in:
Miniature
2012-04-14 12:45:08 +09:30
parent e001b59006
commit 786b59cf18
3 changed files with 14 additions and 4 deletions
+10
View File
@@ -1818,3 +1818,13 @@
gender = PLURAL
icon = 'wizard.dmi'
icon_state = "ectoplasm"
/obj/item/weapon/appendix
name = "appendix"
desc = "An appendix which looks perfectly healthy."
icon_state = "appendix"
/obj/item/weapon/appendixinflamed
name = "inflamed appendix"
desc = "An appendix which appears to be inflamed."
icon_state = "appendixinflamed"
@@ -376,10 +376,10 @@ CIRCULAR SAW
user << "\red You remove [M]'s appendix with [src]!"
for(var/datum/disease/D in M.viruses)
if(istype(D, /datum/disease/appendicitis))
new /obj/item/weapon/reagent_containers/food/snacks/appendixinflamed(get_turf(M))
new /obj/item/weapon/appendixinflamed(get_turf(M))
M:appendix_op_stage = 5.0
return
new /obj/item/weapon/reagent_containers/food/snacks/appendix(get_turf(M))
new /obj/item/weapon/appendix(get_turf(M))
M:appendix_op_stage = 5.0
return
+2 -2
View File
@@ -249,7 +249,7 @@
var/toxin_amount = reagents.get_reagent_amount("nutriment") * 3
reagents.add_reagent("toxin",toxin_amount)
processing_objects.Remove(src)
*/
/obj/item/weapon/reagent_containers/food/snacks/appendix //yes, this is the same as meat. I might do something different in future
name = "appendix"
desc = "An appendix which looks perfectly healthy."
@@ -267,7 +267,7 @@
..()
reagents.add_reagent("nutriment", 1)
src.bitesize = 1
*/
/obj/item/weapon/reagent_containers/food/snacks/sliceable/meat/human
name = "-meat"
var/subjectname = ""