Gives FBP's a proc to change their monitor display without using a mask item. (#7452)

* Synthetics display monitor

Does a change to the synthetics monitor heads and other heads that have displays, allowing them to have those displays without using a mask, using a proc that is given to them. works by basically replacing eye sprite.

* changelog.

* removes the monitor mask item.

* switches && for || in line 363

* moves line of code
This commit is contained in:
SplinterGP
2020-08-20 18:24:23 -07:00
committed by GitHub
parent 4a56ad2191
commit 42e23055a8
8 changed files with 67 additions and 8 deletions
+1
View File
@@ -45,6 +45,7 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
var/company = "Unbranded" // Shown when selecting the limb.
var/desc = "A generic unbranded robotic prosthesis." // Seen when examining a limb.
var/icon = 'icons/mob/human_races/robotic.dmi' // Icon base to draw from.
var/monitor_icon = 'icons/mob/monitor_icons.dmi' // Where it draws the monitor icon from.
var/unavailable_at_chargen // If set, not available at chargen.
var/unavailable_to_build // If set, can't be constructed.
var/lifelike // If set, appears organic.