mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-19 22:51:40 +00:00
Oxygen canisters are blue again.
Added missing <br> to "Constructions" menu. dsay was rolled back. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@758 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
if (!src || amount<=0)
|
||||
user << browse(null, "window=stack")
|
||||
user.machine = src //for correct work of onclose
|
||||
var/t1 = text("<HTML><HEAD><title>Constructions from []</title></HEAD><body><TT>Amount Left: []", src, src.amount)
|
||||
var/t1 = text("<HTML><HEAD><title>Constructions from []</title></HEAD><body><TT>Amount Left: []<br>", src, src.amount)
|
||||
for(var/i=1;i<=recipes.len,i++)
|
||||
var/datum/stack_recipe/R = recipes[i]
|
||||
if (isnull(R))
|
||||
|
||||
Reference in New Issue
Block a user