mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
* Hard Del Fixes, Ref Tracking Changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user