mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fix so that custom sprited borgs don't spawn as a cardborg
This commit is contained in:
@@ -275,6 +275,8 @@
|
|||||||
if(Entry[1] == src.ckey && Entry[2] == src.real_name) //They're in the list? Custom sprite time, var and icon change required
|
if(Entry[1] == src.ckey && Entry[2] == src.real_name) //They're in the list? Custom sprite time, var and icon change required
|
||||||
custom_sprite = 1
|
custom_sprite = 1
|
||||||
icon = 'icons/mob/custom-synthetic.dmi'
|
icon = 'icons/mob/custom-synthetic.dmi'
|
||||||
|
if(icon_state == "robot")
|
||||||
|
icon_state = "[src.ckey]-Standard"
|
||||||
|
|
||||||
/mob/living/silicon/robot/verb/Namepick()
|
/mob/living/silicon/robot/verb/Namepick()
|
||||||
if(custom_name)
|
if(custom_name)
|
||||||
|
|||||||
Reference in New Issue
Block a user