mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Changed metroid chemistry recipes slightly. Fixed a shuttle bug.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2154 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -602,21 +602,6 @@ datum
|
||||
|
||||
holder.add_reagent("cyanide", rand(1,10))
|
||||
|
||||
var/location = get_turf(holder.my_atom)
|
||||
var/datum/effects/system/bad_smoke_spread/S = new /datum/effects/system/bad_smoke_spread
|
||||
S.attach(location)
|
||||
S.set_up(10, 0, location)
|
||||
playsound(location, 'smoke.ogg', 50, 1, -3)
|
||||
spawn(0)
|
||||
S.start()
|
||||
sleep(10)
|
||||
S.start()
|
||||
sleep(10)
|
||||
S.start()
|
||||
sleep(10)
|
||||
S.start()
|
||||
sleep(10)
|
||||
S.start()
|
||||
return
|
||||
|
||||
metroidchloral
|
||||
@@ -639,7 +624,6 @@ datum
|
||||
var/datum/disease/F = new /datum/disease/dna_retrovirus(0)
|
||||
var/list/data = list("viruses"= list(F))
|
||||
holder.add_reagent("blood", 20, data)
|
||||
|
||||
metroidfoam
|
||||
name = "Metroid Foam"
|
||||
id = "m_foam"
|
||||
|
||||
Reference in New Issue
Block a user