TG: Tonnes of stuff, please check the changelog.

In short: massive updates to security, the library, hydroponics, the kitchen and
the bar, by Flazeo and Ikarrus
Massive updates to the PA, with Invisty's new sprites, done by Sieve
New sprites for field gens too, also by Invisty
Borg and battery updates by Sieve
Fake gloves by Sieve
I messed around with some pressure_resistance stuff on Dumpdavidson's suggestion
(only in paperwork)

PROBABLY A BUNCH OF OTHER SHIT
Revision: r3505
Author: 	 petethegoat
This commit is contained in:
Erthilo
2012-05-06 18:26:41 +01:00
parent 7685e6bef9
commit f2777aa65f
39 changed files with 776 additions and 165 deletions
+1
View File
@@ -10,6 +10,7 @@
var/obj/item/weapon/pen/haspen //The stored pen.
var/obj/item/weapon/paper/toppaper //The topmost piece of paper.
flags = FPRINT | TABLEPASS | ONBELT
pressure_resistance = 10
/obj/item/weapon/clipboard/New()
update_icon()
+1
View File
@@ -8,6 +8,7 @@
throw_speed = 3
throw_range = 15
layer = 4
pressure_resistance = 1
var
info //What's actually written on the paper.
+1
View File
@@ -7,6 +7,7 @@
w_class = 3
throw_speed = 3
throw_range = 7
pressure_resistance = 10
var
amount = 30 //How much paper is in the bin.
list/papers = new/list() //List of papers put in the bin for reference.
+1
View File
@@ -10,6 +10,7 @@
throw_range = 15
m_amt = 10
var/colour = "black" //what colour the ink is!
pressure_resistance = 5
/obj/item/weapon/pen/blue
desc = "It's a normal blue ink pen."
+1
View File
@@ -11,6 +11,7 @@
throw_range = 15
m_amt = 60
var/color = "cargo"
pressure_resistance = 5
/obj/item/weapon/stamp/captain
name = "captain's rubber stamp"