mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Countinue sorting verbs by tabs.
Fixed grenade sprites. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1300 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
L.Add(T)
|
||||
return L
|
||||
|
||||
|
||||
|
||||
/obj/alien/facehugger
|
||||
name = "alien"
|
||||
desc = "An alien, looks pretty scary!"
|
||||
@@ -139,8 +137,9 @@
|
||||
|
||||
|
||||
verb/follow()
|
||||
set src in view()
|
||||
set src in view() //set src in get_aliens(view()) - does not work, damn shitty byond :( -- rastaf0
|
||||
set name = "Follow Me"
|
||||
set category = "Object" //"Alien" does not work perfect - humans get "Alien" tab too, that's annoying
|
||||
if(!alive) return
|
||||
if(!isalien(usr))
|
||||
usr << text("\red <B>The alien ignores you.</B>")
|
||||
@@ -156,6 +155,7 @@
|
||||
verb/stop()
|
||||
set src in view()
|
||||
set name = "Stop Following"
|
||||
set category = "Object"
|
||||
if(!alive) return
|
||||
if(!isalien(usr))
|
||||
usr << text("\red <B>The alien ignores you.</B>")
|
||||
|
||||
Reference in New Issue
Block a user