mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Get the hell out of my snacks, appendix!
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user