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:
Will
2025-06-05 23:40:22 -07:00
committed by GitHub
parent 9a65bb85e0
commit ff7efe1c8e
7 changed files with 144 additions and 136 deletions
+6
View File
@@ -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