Surface Map Work (#4557)

* Tweaks Surface, POI system

* More Stuff

* Travis Appeasement

* Fixes invisible banner.
This commit is contained in:
Neerti
2018-01-17 14:46:19 -05:00
committed by Anewbe
parent f2fef6f410
commit 5b54f4c875
65 changed files with 3555 additions and 2997 deletions

View File

@@ -172,7 +172,7 @@
glass_desc = "Unless you are an industrial tool, this is probably not safe for consumption."
/datum/reagent/fuel/touch_turf(var/turf/T, var/amount)
new /obj/effect/decal/cleanable/liquid_fuel(T, amount)
new /obj/effect/decal/cleanable/liquid_fuel(T, amount, FALSE)
remove_self(amount)
return