mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Wow I merged Intigracy's first how unwise (#9213)
attack_verb is now always present tense removes an unused and unticked hydro.dm which has the old defines for plants n shit
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
throw_range = 5
|
||||
w_class = 3 //upped to three because books are, y'know, pretty big. (and you could hide them inside eachother recursively forever)
|
||||
flags = FPRINT
|
||||
attack_verb = list("bashed", "whacked", "educated")
|
||||
attack_verb = list("bashes", "whacks", "educates")
|
||||
|
||||
autoignition_temperature = AUTOIGNITION_PAPER
|
||||
fire_fuel = 3
|
||||
|
||||
Reference in New Issue
Block a user