mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Neglected to remove some debug messages.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1923 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1652,7 +1652,6 @@
|
||||
var/obj/overlay = new/obj
|
||||
overlay.icon = 'beaker1.dmi'
|
||||
var/percent = round((reagents.total_volume / volume) * 100)
|
||||
world << percent
|
||||
switch(percent)
|
||||
if(0 to 9) overlay.icon_state = "-10"
|
||||
if(10 to 24) overlay.icon_state = "10"
|
||||
|
||||
Reference in New Issue
Block a user