mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
New Janicart (#17787)
* new janicart * better splash code, admin notice * fix * fuel id * already logged * shouldn't be changed * runes * small fixes * large cleanup * oop * removed return . * Farewell sweet prince
This commit is contained in:
@@ -606,3 +606,9 @@ GLOBAL_LIST_INIT(rnwords, list("ire","ego","nahlizet","certum","veri","jatkaa","
|
||||
R.word3=GLOB.cultwords["technology"]
|
||||
R.loc = user.loc
|
||||
R.check_icon()
|
||||
|
||||
/obj/effect/rune/wash(clean_types)
|
||||
. = ..()
|
||||
if (. || (clean_types & CLEAN_TYPE_RUNES))
|
||||
qdel(src)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user