mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 22:13:24 +00:00
- Spiders are slower and take more damage from cold/heat.
- Increased the announce time for infestations. - Made the staff of animation mimics not care about staffs being dropped, they will not attack their creator ever. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5538 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/datum/event/alien_infestation
|
||||
announceWhen = 75
|
||||
announceWhen = 400
|
||||
oneShot = 1
|
||||
|
||||
var/spawncount = 1
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
/datum/event/alien_infestation/setup()
|
||||
announceWhen = rand(140, 180)
|
||||
announceWhen = rand(announceWhen, announceWhen + 50)
|
||||
spawncount = rand(1, 2)
|
||||
|
||||
/datum/event/alien_infestation/announce()
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/datum/event/spider_infestation
|
||||
announceWhen = 75
|
||||
announceWhen = 400
|
||||
oneShot = 1
|
||||
|
||||
var/spawncount = 1
|
||||
|
||||
|
||||
/datum/event/spider_infestation/setup()
|
||||
announceWhen = rand(140, 180)
|
||||
announceWhen = rand(announceWhen, announceWhen + 50)
|
||||
spawncount = rand(5, 8)
|
||||
|
||||
/datum/event/spider_infestation/announce()
|
||||
|
||||
Reference in New Issue
Block a user