Harddel Fix Pack #42 + Better Live Reftracking Support (#63877)

* Hard Del Fixes, Ref Tracking Changes
This commit is contained in:
LemonInTheDark
2022-01-12 13:46:13 -08:00
committed by GitHub
parent f3f7720d7e
commit f8aad14ae8
109 changed files with 865 additions and 733 deletions
+2 -3
View File
@@ -43,11 +43,10 @@
charges--
if(!charges)
var/turf/T = get_turf(src)
T.visible_message(span_warning("The cover and contents of [src] start shifting and changing!"))
T.visible_message(span_warning("The cover and contents of [src] start shifting and changing! It slips out of your hands!"))
new /obj/item/book/manual/random(T)
qdel(src)
var/obj/item/book/manual/random/book = new(T)
user.put_in_active_hand(book)
/obj/item/language_manual/codespeak_manual
name = "codespeak manual"