mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
RCDs now work on a system of schematics, with an RPD style UI. RPD, RCD, RSF and tile painters all implemented into this new system. (reverted from commitccb9ceb811) (reverted from commit1d9a328ba6)
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
/datum/rcd_schematic/test
|
|
category = "test"
|
|
|
|
/datum/rcd_schematic/test/attack(var/atom/A, var/mob/user)
|
|
user << "WHOMP"
|
|
A.color = "#FFFF00"
|