mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-22 16:12:36 +00:00
Gah, didn't save these.
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
var/active = 1
|
var/active = 1
|
||||||
var/health = 30
|
var/health = 30
|
||||||
var/maxhealth = 60
|
var/maxhealth = 60
|
||||||
var/brute_resist = 2
|
var/brute_resist = 3
|
||||||
var/fire_resist = 2
|
var/fire_resist = 3
|
||||||
var/blobtype = "Blob"
|
var/blobtype = "Blob"
|
||||||
var/blobdebug = 0
|
var/blobdebug = 0
|
||||||
var/weakness = null //What works best
|
var/weakness = null //What works best
|
||||||
@@ -39,11 +39,6 @@
|
|||||||
src.fire_resist = 1
|
src.fire_resist = 1
|
||||||
if(w == "brute")
|
if(w == "brute")
|
||||||
src.brute_resist = 1
|
src.brute_resist = 1
|
||||||
if(s)
|
|
||||||
if(s == "fire")
|
|
||||||
src.fire_resist = 4
|
|
||||||
if(s == "brute")
|
|
||||||
src.brute_resist = 4
|
|
||||||
src.dir = pick(1,2,4,8)
|
src.dir = pick(1,2,4,8)
|
||||||
src.update()
|
src.update()
|
||||||
..(loc)
|
..(loc)
|
||||||
|
|||||||
Reference in New Issue
Block a user