New Secborg skin by Vey

New Lasergun sprite by Vey

Various fixed in hands (by Vey)

Added a retrolasergun which uses the old sprite, put one out in space for people to find


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2465 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2011-10-31 22:33:25 +00:00
parent 671f23de4e
commit 81e2f26706
9 changed files with 1845 additions and 1833 deletions
@@ -107,7 +107,7 @@
if("Security")
module = new /obj/item/weapon/robot_module/security(src)
hands.icon_state = "security"
var/icontype = input("Select an icon!", "Robot", null, null) in list("Armored", "Robocop", "Robocop Red", "Heavy Duty")
var/icontype = input("Select an icon!", "Robot", null, null) in list("Armored", "Robocop", "Robocop Red", "Heavy Duty", "Bloodhound")
if(icontype == "Armored")
icon_state = "Security"
else if(icontype == "Robocop")
@@ -116,6 +116,8 @@
icon_state = "Security3"
else if(icontype == "Heavy Duty")
icon_state = "secborg"
else if(icontype == "Bloodhound")
icon_state = "bloodhound"
modtype = "Sec"
if("Engineering")
@@ -659,6 +661,9 @@
if(icon_state == "toiletbot")
overlays = null
overlays += "eyes-toiletbot"
if(icon_state == "bloodhound")
overlays = null
overlays += "eyes-bloodhound"
else
overlays -= "eyes"