Files
vgstation13/code/modules/RCD/schematics/test.dm
PJB3005 ccb9ceb811 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.
2015-08-16 01:32:00 +02: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"