mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-26 00:56:43 +01:00
adds more protogen faces, and a flat screen head (#6273)
This commit is contained in:
+14
-1
@@ -44,7 +44,16 @@ var/const/cyberbeast_monitor_styles= "blank=cyber_blank;\
|
||||
uwu=cyber_uwu;\
|
||||
question=cyber_question;\
|
||||
lowpower=cyber_lowpower;\
|
||||
idle=cyber_idle"
|
||||
idle=cyber_idle;\
|
||||
catface=cyber_catface;\
|
||||
eyes_normal=cyber_eyes_normal;\
|
||||
eyes_happy=cyber_eyes_happy;\
|
||||
eyes_sad=cyber_eyes_sad;\
|
||||
eyes_big=cyber_eyes_big;\
|
||||
confounded=cyber_confounded;\
|
||||
eyes_confounded=cyber_eyes_confounded;\
|
||||
halffrown=cyber_halffrown;\
|
||||
angry=cyber_angry"
|
||||
|
||||
/proc/populate_robolimb_list()
|
||||
GLOB.basic_robolimb = new()
|
||||
@@ -492,6 +501,10 @@ var/const/cyberbeast_monitor_styles= "blank=cyber_blank;\
|
||||
parts = list(BP_HEAD)
|
||||
monitor_styles = cyberbeast_monitor_styles
|
||||
|
||||
/datum/robolimb/cyber_beast/flat
|
||||
company = "Cyber Tech (Flat)"
|
||||
icon = 'icons/mob/cyberlimbs/c-tech/c_beast_flat.dmi'
|
||||
|
||||
/datum/robolimb/wooden
|
||||
company = "Morgan Trading Co"
|
||||
desc = "A simplistic, metal-banded, wood-panelled prosthetic."
|
||||
|
||||
Reference in New Issue
Block a user