TG overlay subsystem (#8147)

Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
Cadyn
2024-04-06 09:58:45 +02:00
committed by GitHub
co-authored by Raeschen
parent 6816b41d96
commit d278ce4fb0
36 changed files with 379 additions and 95 deletions
@@ -34,7 +34,7 @@
return module.attack_self(user)
..()
/obj/item/device/paicard/flipper/New()
/obj/item/device/paicard/flipper/Initialize() //ChompEDIT New --> Initialize
..()
desc = "The [name] is a versatile security device designed to protect and empower users in a variety of contexts. With features such as wireless hacking, radio analysis, signal jamming, and physical lock picking, the [name] is the ultimate tool for security professionals, hobbyists, and anyone seeking to better understand and defend against modern threats. Whether you're investigating a security breach, testing your own defenses, or simply curious about the workings of wireless technology, the [name] has you covered."
MultiTool = new /obj/item/device/multitool(src)
@@ -243,4 +243,4 @@
vore_capacity = 1
vore_capacity_ex = list("stomach" = 1)
resize(oursize, FALSE, TRUE, TRUE, FALSE) //And then back again now that we're sure the vis_height is correct.
update_icon()
update_icon()