Merge pull request #2387 from Citadel-Station-13/AlienDisable
Disables Roundstart Aliens
This commit is contained in:
@@ -99,7 +99,7 @@ datum/species/mammal
|
||||
skinned_type = /obj/item/stack/sheet/animalhide/xeno
|
||||
exotic_bloodtype = "L"
|
||||
damage_overlay_type = "xeno"
|
||||
roundstart = 1
|
||||
roundstart = 0
|
||||
|
||||
//Praise the Omnissiah, A challange worthy of my skills - HS
|
||||
|
||||
@@ -241,4 +241,4 @@ datum/species/guilmon
|
||||
attack_verb = "claw"
|
||||
attack_sound = 'sound/weapons/slash.ogg'
|
||||
miss_sound = 'sound/weapons/slashmiss.ogg'
|
||||
roundstart = 1
|
||||
roundstart = 1
|
||||
|
||||
Reference in New Issue
Block a user