mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user