mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Added rubber stamps specific to each head of staff, these don't spawn yet. Added extra paper iconstates for the different stamp colours. Added a constant to the supply shuttle file in preparation for QM paperwork expansion.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@358 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -759,6 +759,7 @@
|
||||
throw_speed = 3
|
||||
throw_range = 15
|
||||
layer = 4
|
||||
var/list/stamped
|
||||
var/see_face = 1
|
||||
var/body_parts_covered = HEAD
|
||||
var/protective_temperature = T0C + 10
|
||||
@@ -1409,6 +1410,27 @@ Total SMES charging rate should not exceed total power generation rate, or an ov
|
||||
throw_range = 15
|
||||
m_amt = 60
|
||||
|
||||
/obj/item/weapon/stamp/captain
|
||||
name = "captain's rubber stamp"
|
||||
icon_state = "stamp-cap"
|
||||
|
||||
/obj/item/weapon/stamp/hop
|
||||
name = "head of personnel's rubber stamp"
|
||||
icon_state = "stamp-hop"
|
||||
|
||||
/obj/item/weapon/stamp/hos
|
||||
name = "head of security's rubber stamp"
|
||||
icon_state = "stamp-hos"
|
||||
|
||||
/obj/item/weapon/stamp/ce
|
||||
name = "chief engineer's rubber stamp"
|
||||
icon_state = "stamp-ce"
|
||||
|
||||
/obj/item/weapon/stamp/rd
|
||||
name = "research director's rubber stamp"
|
||||
icon_state = "stamp-rd"
|
||||
|
||||
|
||||
/obj/item/weapon/cigpacket
|
||||
name = "Cigarette packet"
|
||||
desc = "The most popular brand of Space Cigarettes, sponsors of the Space Olympics."
|
||||
|
||||
Reference in New Issue
Block a user