Radioactive Manhole

This commit is contained in:
Cerebulon
2018-01-21 04:42:21 +00:00
parent c79a75abce
commit 53e546c526
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/obj/item/poi/pascalb
icon = 'icons/obj/objects.dmi'
icon_state = "pascalb"
name = "Charred Manhole Cover"
desc = "The top of this twisted chunk of metal is faintly stamped with a five pointed star. 'Property of US Army, Pascal B 1957'."
object/item/poi/pascalb/process()
radiation_repository.radiate(src, 5)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 127 KiB

View File

@@ -820,6 +820,7 @@
#include "code\game\objects\items\gunbox.dm"
#include "code\game\objects\items\latexballoon.dm"
#include "code\game\objects\items\paintkit.dm"
#include "code\game\objects\items\poi_items.dm"
#include "code\game\objects\items\shooting_range.dm"
#include "code\game\objects\items\toys.dm"
#include "code\game\objects\items\trash.dm"