mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Removed those ugly hazard doors!
Fixes issue 922. Includes single tank bombs in the .dme for live testing. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4696 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -274,11 +274,17 @@ Please contact me on #coderbus IRC. ~Carn x
|
||||
var/image/lying = image("icon" = 'icons/effects/genetics.dmi')
|
||||
var/image/standing = image("icon" = 'icons/effects/genetics.dmi')
|
||||
var/add_image = 0
|
||||
var/g = "m"
|
||||
if(gender == FEMALE) g = "f"
|
||||
for(var/mut in mutations)
|
||||
switch(mut)
|
||||
if(HULK)
|
||||
lying.underlays += "hulk[fat]_l"
|
||||
standing.underlays += "hulk[fat]_s"
|
||||
if(fat)
|
||||
lying.underlays += "hulk_[fat]_l"
|
||||
standing.underlays += "hulk_[fat]_s"
|
||||
else
|
||||
lying.underlays += "hulk_[g]_l"
|
||||
standing.underlays += "hulk_[g]_s"
|
||||
add_image = 1
|
||||
if(COLD_RESISTANCE)
|
||||
lying.underlays += "fire[fat]_l"
|
||||
|
||||
Reference in New Issue
Block a user