mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 03:21:30 +01:00
Fat ray code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/obj/item/gun/energy/laser/captain
|
||||
name = "Fat Ray Gun"
|
||||
icon_state = "fatray"
|
||||
item_state = "caplaser"
|
||||
desc = "This is an antique laser gun. All craftsmanship is of the highest quality. It is decorated with assistant leather and chrome. The object menaces with spikes of energy. On the item is an image of Space Station 13. The station is exploding."
|
||||
force = 10
|
||||
ammo_x_offset = 3
|
||||
selfcharge = EGUN_SELFCHARGE
|
||||
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|
||||
@@ -0,0 +1,9 @@
|
||||
/obj/item/gun/energy/laser/captain
|
||||
name = "Fat Ray Gun"
|
||||
icon_state = "fatray"
|
||||
item_state = "caplaser"
|
||||
desc = ""
|
||||
force = 10
|
||||
ammo_x_offset = 3
|
||||
selfcharge = EGUN_SELFCHARGE
|
||||
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|
||||
@@ -3067,6 +3067,7 @@
|
||||
#include "code\modules\zombie\organs.dm"
|
||||
#include "GainStation13\code\modules\mob\living\emote.dm"
|
||||
#include "GainStation13\code\modules\vending\mealdor.dm"
|
||||
#include "GainStation13\code\obj\fatray.dm"
|
||||
#include "hyperstation\code\__DEFINES\economy.dm"
|
||||
#include "hyperstation\code\__DEFINES\wendigo.dm"
|
||||
#include "hyperstation\code\controllers\subsystem\economy.dm"
|
||||
|
||||
Reference in New Issue
Block a user