Merge pull request #2039 from Fox-McCloud/arcade-update

Arcade Update
This commit is contained in:
Mark van Alphen
2015-09-15 04:45:58 +02:00
11 changed files with 650 additions and 137 deletions
+7
View File
@@ -12,6 +12,7 @@
var/throwpass = 0
var/germ_level = GERM_LEVEL_AMBIENT // The higher the germ level, the more germ on the atom.
var/simulated = 1 //filter for actions - used by lighting overlays
var/atom_say_verb = "says"
///Chemistry.
var/datum/reagents/reagents = null
@@ -451,3 +452,9 @@ its easier to just keep the beam vertical.
/atom/proc/narsie_act()
return
/atom/proc/atom_say(var/message)
if((!message))
return
for(var/mob/O in hearers(src, null))
O.show_message("<span class='game say'><span class='name'>[src]</span> [atom_say_verb], \"[message]\"</span>",2)
File diff suppressed because it is too large Load Diff
+1
View File
@@ -13,6 +13,7 @@
var/icon_screen = "generic"
var/light_range_on = 2
var/light_power_on = 1
atom_say_verb = "beeps"
/obj/machinery/computer/initialize()
power_change()
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.