Skip to content

Commit

Permalink
Added Sly's Katana.
Browse files Browse the repository at this point in the history
The cult tome/desk now gives off light.

The librarians back room is decorated with cult floors to go with the "forbidden knowledge" theme.

Removed the extra paper from the holo-deck.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3923 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
kortgstation@gmail.com committed Jun 27, 2012
1 parent 3a9cb11 commit 9d5acd9
Show file tree
Hide file tree
Showing 8 changed files with 2,273 additions and 2,257 deletions.
15 changes: 15 additions & 0 deletions code/defines/obj/weapon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,21 @@
IsShield()
return 1

/obj/item/weapon/katana
name = "katana"
desc = "Woefully underpowered in D20"
icon_state = "katana"
item_state = "katana"
flags = FPRINT | TABLEPASS | CONDUCT
slot_flags = SLOT_BELT | SLOT_BACK
force = 40
throwforce = 10
w_class = 3

IsShield()
return 1


/obj/item/weapon/bodybag
name = "body bag"
desc = "Bag mixed with a bit of body."
Expand Down
1 change: 1 addition & 0 deletions code/game/gamemodes/cult/cult_structures.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
name = "Desk"
desc = "A desk covered in arcane manuscripts and tomes in unknown languages. Looking at the text makes your skin crawl"
icon_state = "tomealtar"
luminosity = 5

//sprites for this no longer exist -Pete
//(they were stolen from another game anyway)
Expand Down
Binary file modified icons/mob/back.dmi
Binary file not shown.
Binary file modified icons/mob/belt.dmi
Binary file not shown.
Binary file modified icons/mob/items_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/items_righthand.dmi
Binary file not shown.
Binary file modified icons/obj/weapons.dmi
Binary file not shown.
4,514 changes: 2,257 additions & 2,257 deletions maps/tgstation.2.0.9.dmm

Large diffs are not rendered by default.

0 comments on commit 9d5acd9

Please sign in to comment.