mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user