mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fix for me being retarded (this seems to happen a lot lately huh)
+ start of surgery work, including my heart sprites <3 git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4692 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -197,7 +197,7 @@ ZIPPO
|
|||||||
icon_state = "cigaroff"
|
icon_state = "cigaroff"
|
||||||
icon_on = "cigaron"
|
icon_on = "cigaron"
|
||||||
icon_off = "cigaroff"
|
icon_off = "cigaroff"
|
||||||
type_butt = /obj/item/weapon/cigarbutt
|
type_butt = /obj/item/weapon/cigbutt/cigarbutt
|
||||||
throw_speed = 0.5
|
throw_speed = 0.5
|
||||||
item_state = "cigaroff"
|
item_state = "cigaroff"
|
||||||
smoketime = 1500
|
smoketime = 1500
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
user << "\red You remove [M]'s appendix with [src]!"
|
user << "\red You remove [M]'s appendix with [src]!"
|
||||||
for(var/datum/disease/D in M.viruses)
|
for(var/datum/disease/D in M.viruses)
|
||||||
if(istype(D, /datum/disease/appendicitis))
|
if(istype(D, /datum/disease/appendicitis))
|
||||||
new /obj/item/weapon/reagent_containers/food/snacks/appendixinflamed(get_turf(M))
|
new /obj/item/weapon/reagent_containers/food/snacks/appendix/inflamed(get_turf(M))
|
||||||
M:appendix_op_stage = 5.0
|
M:appendix_op_stage = 5.0
|
||||||
return
|
return
|
||||||
new /obj/item/weapon/reagent_containers/food/snacks/appendix(get_turf(M))
|
new /obj/item/weapon/reagent_containers/food/snacks/appendix(get_turf(M))
|
||||||
|
|||||||
@@ -472,20 +472,17 @@
|
|||||||
/obj/item/weapon/reagent_containers/food/snacks/appendix //yes, this is the same as meat. I might do something different in future
|
/obj/item/weapon/reagent_containers/food/snacks/appendix //yes, this is the same as meat. I might do something different in future
|
||||||
name = "appendix"
|
name = "appendix"
|
||||||
desc = "An appendix which looks perfectly healthy."
|
desc = "An appendix which looks perfectly healthy."
|
||||||
|
icon = 'icons/obj/surgery.dmi'
|
||||||
icon_state = "appendix"
|
icon_state = "appendix"
|
||||||
New()
|
New()
|
||||||
..()
|
..()
|
||||||
reagents.add_reagent("nutriment", 3)
|
reagents.add_reagent("nutriment", 3)
|
||||||
src.bitesize = 3
|
src.bitesize = 3
|
||||||
|
|
||||||
/obj/item/weapon/reagent_containers/food/snacks/appendixinflamed
|
/obj/item/weapon/reagent_containers/food/snacks/appendix/inflamed
|
||||||
name = "inflamed appendix"
|
name = "inflamed appendix"
|
||||||
desc = "An appendix which appears to be inflamed."
|
desc = "An appendix which appears to be inflamed."
|
||||||
icon_state = "appendixinflamed"
|
icon_state = "appendixinflamed"
|
||||||
New()
|
|
||||||
..()
|
|
||||||
reagents.add_reagent("nutriment", 1)
|
|
||||||
src.bitesize = 1
|
|
||||||
|
|
||||||
/obj/item/weapon/reagent_containers/food/snacks/tofu
|
/obj/item/weapon/reagent_containers/food/snacks/tofu
|
||||||
name = "Tofu"
|
name = "Tofu"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 8.1 KiB |
Reference in New Issue
Block a user