mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Update for game masters:
-Right click commands "Make robot/alien/ai/monkey" moved to "edit player" screen. -Right click commands "Make traitor/cultist/changeling/etc" moved to "edit mind" screen. -- note: currently the only way to humanize monkey is to use "edit mind" screen. -Added right click commands showing "edit player" and "edit memory" screens. In light of an incoming tournament on ss13.ru I have added "Select equipment" right click command. It allows to instantly dress mob as you wish. Coders, feel free to add more dress packs, like "centcom inspector", "space pirate" and so on. A strange command "list_occ" now called "List free slots" and shows unoccupied jobs. Added golden cup, sprite belongs to Farart. You can now take a power cell from charger even if there is no power. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1724 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1725,6 +1725,22 @@
|
||||
..()
|
||||
reagents.add_reagent("cryoxadone", 30)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/golden_cup
|
||||
desc = "A golden cup"
|
||||
name = "golden cup"
|
||||
icon = 'drinks.dmi'
|
||||
icon_state = "golden_cup"
|
||||
item_state = "" //nope :(
|
||||
w_class = 4
|
||||
force = 14
|
||||
throwforce = 10
|
||||
amount_per_transfer_from_this = 20
|
||||
possible_transfer_amounts = null
|
||||
volume = 100
|
||||
flags = FPRINT | CONDUCT | TABLEPASS | OPENCONTAINER
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/golden_cup/tournament_26_06_2011
|
||||
desc = "A golden cup. It will be presented to a winner of tournament 26 june and name of the winner will be graved on it."
|
||||
|
||||
//Syringes
|
||||
/obj/item/weapon/reagent_containers/syringe/robot
|
||||
|
||||
Reference in New Issue
Block a user