I, um, added some... lemon-lime soda that serves no purpose and is not found anywhere in the game, unless admin-spawned. Handy!

New AI Traitor Objective: No humans must escape alive on the shuttle! This is a not-so-common objective.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1846 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-14 02:43:56 +00:00
parent 63ddcbb769
commit f14f4a3948
5 changed files with 52 additions and 0 deletions
+12
View File
@@ -2005,6 +2005,18 @@ datum
..()
return
lemon_lime
name = "Lemon Lime"
description = "A tangy substance made of 0.5% natural citrus!"
id = "lemon_lime"
reagent_state = LIQUID
on_mob_life(var/mob/living/M as mob)
if (M.bodytemperature > 310)
M.bodytemperature = max(310, M.bodytemperature-8) //310 is the normal bodytemp. 310.055
M:nutrition += 1
..()
return
beer
name = "Beer"
id = "beer"
+11
View File
@@ -2141,6 +2141,17 @@
src.pixel_x = rand(-10.0, 10)
src.pixel_y = rand(-10.0, 10)
/obj/item/weapon/reagent_containers/food/drinks/lemon_lime
name = "Lemon-Lime"
desc = "You wanted ORANGE. It gave you Lemon Lime."
icon_state = "lemon-lime"
New()
..()
reagents.add_reagent("lemon_lime", 30)
src.pixel_x = rand(-10.0, 10)
src.pixel_y = rand(-10.0, 10)
/obj/item/weapon/reagent_containers/food/drinks/sillycup
name = "Paper Cup"
desc = "A paper water cup."