though-this-world-may-be-broken

This commit is contained in:
Fox McCloud
2019-09-15 05:53:43 -04:00
parent 1bfb442d40
commit af92373d33
217 changed files with 449 additions and 344 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
icon_state ="demonomicon"
throw_speed = 1
throw_range = 10
burn_state = LAVA_PROOF
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
author = "Forces beyond your comprehension"
unique = TRUE
title = "The codex gigas"
+3 -3
View File
@@ -18,8 +18,8 @@
anchored = 1
density = 1
opacity = 1
burn_state = FLAMMABLE
burntime = 30
resistance_flags = FLAMMABLE
max_integrity = 200
var/health = 50
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 0)
var/tmp/busy = 0
@@ -171,7 +171,7 @@
force = 2
w_class = WEIGHT_CLASS_NORMAL //upped to three because books are, y'know, pretty big. (and you could hide them inside eachother recursively forever)
attack_verb = list("bashed", "whacked")
burn_state = FLAMMABLE
resistance_flags = FLAMMABLE
var/dat // Actual page content
var/due_date = 0 // Game time in 1/10th seconds