mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Ahh yes, "Reapers"
This commit is contained in:
@@ -815,7 +815,8 @@ var/list/ai_verbs_default = list(
|
||||
"default",
|
||||
"floating face",
|
||||
"xeno queen",
|
||||
"eldritch"
|
||||
"eldritch",
|
||||
"reaper"
|
||||
)
|
||||
input = input("Please select a hologram:") as null|anything in icon_list
|
||||
if(input)
|
||||
@@ -829,6 +830,8 @@ var/list/ai_verbs_default = list(
|
||||
holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holo3"))
|
||||
if("eldritch")
|
||||
holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holo4"))
|
||||
if("reaper")
|
||||
holo_icon = getHologramIcon(icon('icons/mob/reaper.dmi', "reaper"), 1)
|
||||
return
|
||||
|
||||
/mob/living/silicon/ai/proc/corereturn()
|
||||
@@ -1040,4 +1043,4 @@ var/list/ai_verbs_default = list(
|
||||
|
||||
eyeobj.setLoc(get_turf(C))
|
||||
client.eye = eyeobj
|
||||
return 1
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user