This commit is contained in:
LetterJay
2017-09-02 07:43:34 -05:00
parent 2bfc7872fa
commit f8413517bb
4 changed files with 10 additions and 1 deletions
@@ -1,2 +1,11 @@
//For custom items.
/obj/item/custom/ceb_soap
name = "Cebutris' Soap"
desc = "A generic bar of soap that doesn't really seem to work right."
gender = PLURAL
icon = 'icons/obj/custom.dmi'
icon_state = "cebu"
w_class = WEIGHT_CLASS_TINY
flags_1 = NOBLUDGEON_1
Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

+1 -1
View File
@@ -13,7 +13,7 @@
// END_PREFERENCES
// BEGIN_INCLUDE
#include "_maps\basemap.dm"
#include "_maps\runtimestation.dm"
#include "code\_compile_options.dm"
#include "code\world.dm"
#include "code\__DATASTRUCTURES\globals.dm"