mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Janiborgs can now select a Chryssalid as their alternative sprite instead of being stuck with standard one.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@56 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -71,7 +71,11 @@
|
||||
if("Janitor")
|
||||
src.module = new /obj/item/weapon/robot_module/janitor(src)
|
||||
src.hands.icon_state = "janitor"
|
||||
// src.icon_state = "JanBot"
|
||||
var/icontype = input("Select an icon!", "Robot", null, null) in list("Standard", "Chryssalid")
|
||||
if(icontype == "Standard")
|
||||
src.icon_state = "robot"
|
||||
else
|
||||
src.icon_state = "Janbot"
|
||||
src.modtype = "Jan"
|
||||
|
||||
if("Brobot")
|
||||
|
||||
Reference in New Issue
Block a user