I added in three new clothing pieces. A chicken suit, a Holidaypriest suit and a nurse suit and nurse hat.

I added the holidaypriest suit and the nurse suit and hat to their respective lockers in chapel and Medbay. I also placed the chicken suit in the theatre.

Barman has a new drink named Singulo and Carrot Fries and Meatball spagetti was fixed.

Thanks goes to Farart for all these great sprites. So thanks Farart.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1806 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
firecage@hotmail.com
2011-07-08 20:53:39 +00:00
parent a2dac2c1b5
commit 988f795be2
20 changed files with 6704 additions and 6613 deletions

View File

@@ -2984,4 +2984,21 @@ datum
..()
return
singulo
name = "Singulo"
id = "singulo"
description = "A blue-space beverage!"
reagent_state = LIQUID
on_mob_life(var/mob/living/M as mob)
if(!data) data = 1
data++
M.dizziness +=15
if(data >= 55 && data <115)
if (!M.stuttering) M.stuttering = 1
M.stuttering += 15
else if(data >= 115 && prob(33))
M.confused = max(M:confused+15,15)
..()
return

View File

@@ -932,3 +932,10 @@ datum
result = "bananahonk"
required_reagents = list("banana" = 1, "cream" = 1, "sugar" = 1)
result_amount = 3
singulo
name = "Singulo"
id = "singulo"
result = "singulo"
required_reagents = list("vodka" = 1, "cream" = 1, "milk" = 1, "wine" = 1)
result_amount = 4

View File

@@ -2769,6 +2769,10 @@
icon_state = "bananahonkglass"
name = "Banana Honk"
desc = "A drink from Clown Heaven."
if("singulo")
icon_state = "singulo"
name = "Singulo"
desc = "A blue-space beverage."
else
icon_state ="glass_brown"
name = "Glass of ..what?"