Files
vgstation13/code/modules/RCD/schematics/test.dm
PJB3005 83598d6e50 RCD Rework.
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 commit ccb9ceb811) (reverted from commit 1d9a328ba6)
2015-08-18 17:32:38 +00:00

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"