Adds new lawset, "Pranksimov" (#19306)

* Adds new lawset, "Goofsimov"

* Goofsimov module now spawns at player's feet

* Module renamed to AsiFun

* Renamed... again!
This commit is contained in:
FloFluoro
2022-11-05 13:44:41 +00:00
committed by GitHub
parent 62a4ddb174
commit 923e4b933a
3 changed files with 35 additions and 0 deletions
@@ -92,6 +92,16 @@
build_path = /obj/item/aiModule/antimov
category = list("AI Modules")
/datum/design/pranksimov_module
name = "Core AI Module (Pranksimov)"
desc = "Allows for the construction of a Pranksimov AI Core Module."
id = "pranksimov_module"
req_tech = list("programming" = 5, "syndicate" = 2, "materials" = 5)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000, MAT_BANANIUM = 100)
build_path = /obj/item/aiModule/pranksimov
category = list("AI Modules")
/datum/design/asimov
name = "Core AI Module (Asimov)"
desc = "Allows for the construction of a Asimov AI Core Module."