mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
* Fully removes devil and affiliated shitcode (#53612) Its all over the place, messy, and overall a bad enough gamemode to be removed from rotation. A rework would have to tear out everything as is so there is no reason to allow the shitcode to live beyond tripping up everything. * Fully removes devil and affiliated shitcode * weh Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com> Co-authored-by: Azarak <azarak10@gmail.com>
19 lines
538 B
Plaintext
19 lines
538 B
Plaintext
#define PRE_TITLE 1
|
|
#define TITLE 2
|
|
#define SYLLABLE 3
|
|
#define MULTIPLE_SYLLABLE 4
|
|
#define SUFFIX 5
|
|
|
|
/obj/item/book/codex_gigas
|
|
name = "\improper Codex Gigas"
|
|
desc = "A book documenting the nature of devils."
|
|
icon_state ="demonomicon"
|
|
lefthand_file = 'icons/mob/inhands/misc/books_lefthand.dmi'
|
|
righthand_file = 'icons/mob/inhands/misc/books_righthand.dmi'
|
|
throw_speed = 1
|
|
throw_range = 10
|
|
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|
|
author = "Forces beyond your comprehension"
|
|
unique = 1
|
|
title = "the Codex Gigas"
|