Issue #23 - Ported the carpfarm and listeningpost away mission maps (#96)

This commit is contained in:
Leshana
2016-05-17 20:35:28 -04:00
committed by Arokha Sieyes
parent c2d5485fc5
commit 8025076fa2
6 changed files with 290 additions and 268 deletions

View File

@@ -0,0 +1,14 @@
// Legacy version. Need to investigate what the hell the one above does later. -Ace
/obj/effect/landmark/loot_spawn
name = "loot spawner"
icon_state = "grabbed1"
var/live_cargo = 1 // So you can turn off aliens.
var/low_probability = 0
var/spawned_faction = "hostile" // Spawned mobs can have their faction changed.
// TODO Stuff
/obj/effect/landmark/loot_spawn/low
name = "low prob loot spawner"
icon_state = "grabbed"
low_probability = 1