This commit is contained in:
silicons
2021-06-13 15:34:47 -07:00
parent e84f7ae4ac
commit e7f5f80fb1
6 changed files with 26 additions and 11 deletions
+3 -2
View File
@@ -58,8 +58,9 @@
/// Should we use tooltips, if the thing does not have the code implemented `get_tooltip_data()`, it will default to examine(src)
var/tooltips = FALSE
/// How loudly we yell
var/yell_power = 35
var/yell_power = 50
/// last time we yelled
var/last_yell = 0
/atom/movable/Initialize(mapload)
. = ..()